Html Css Color HEX #836BCB True V

📋 copy color: '#836BCB'

red 131 ◦ green 107 ◦ blue 203

#836BCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #836BCB

Tints of True V #836BCB

RGB

 RED value IS 131 (51.56% from 255) = 29.71%

 GREEN value IS 107 (42.19% from 255) = 24.26%

 BLUE value IS 203 (79.69% from 255) = 46.03%

R = 29.71%
G = 24.26%
B = 46.03%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#836BCB (or 0x836BCB) is known color: True V. HEX triplet: 83, 6B and CB. RGB value is (131,107,203). Sum of RGB (Red+Green+Blue) = 131+107+203=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #836BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836BCB is #7C9434. Grayscale: #7C7C7C. Windows color (decimal): -8164405 or 13331331. OLE color: 13331331.

HSL color Cylindrical-coordinate representation of color #836BCB: hue angle of 255º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #836BCB is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 107 203 -
CMYK 0.35 0.47 0 0.20
HSL 255º 0.48% 0.61% -
HSV(B) 255º 0.47% 0.8% -
XYZ 25.4 19.65 58.95 -
YUV 125.12 171.95 132.19 -
System Red Green Blue C M Y K H S L
Decimal 131 107 203 0.35 0.47 0 0.20 255 0.48 0.61
Hex 83 6B CB 23 2F 0 14 FF 30 3D
Octal 203 153 313 43 57 0 24 377 60 75
Binary 10000011 1101011 11001011 100011 101111 0 10100 11111111 110000 111101

Color Harmonies of #836BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836BCB

Black with #836BCB

Text Example


Text Example

White with #836BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836BCB; }

 p { color: rgb(131,107,203); }

 H1.HeaderClassName
 {
   color: #836BCB;
 }
 .AnyTagClassName
 {
   color: #836BCB;
 }
</style>

background-color css

<style>
 a { background-color: #836BCB; }

 a { background-color: rgb(131,107,203); }

 div.DivClassName
 {
   background-color: #836BCB;
 }
 .BgClassName
 {
   background-color: #836BCB;
 }
</style>

border-color css

<style>
 span { border-color: #836BCB; }

 span { border-color: rgb(131,107,203); }

 td.TdClassName
 {
   border-color: #836BCB;
 }
 .TagClassName
 {
   border-color: #836BCB;
 }
</style>