Html Css Color HEX #836CCB True V

📋 copy color: '#836CCB'

red 131 ◦ green 108 ◦ blue 203

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

Shades of True V #836CCB

Tints of True V #836CCB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.43%

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

R = 29.64%
G = 24.43%
B = 45.93%

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

#836CCB (or 0x836CCB) is known color: True V. HEX triplet: 83, 6C and CB. RGB value is (131,108,203). Sum of RGB (Red+Green+Blue) = 131+108+203=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #836CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836CCB is #7C9334. Grayscale: #7D7D7D. Windows color (decimal): -8164149 or 13331587. OLE color: 13331587.

HSL color Cylindrical-coordinate representation of color #836CCB: hue angle of 254.53º 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 #836CCB is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 108 203 -
CMYK 0.35 0.47 0 0.20
HSL 254.53º 0.48% 0.61% -
HSV(B) 254.53º 0.47% 0.8% -
XYZ 25.5 19.86 58.99 -
YUV 125.71 171.62 131.78 -
System Red Green Blue C M Y K H S L
Decimal 131 108 203 0.35 0.47 0 0.20 254.53 0.48 0.61
Hex 83 6C CB 23 2F 0 14 FF 30 3D
Octal 203 154 313 43 57 0 24 377 60 75
Binary 10000011 1101100 11001011 100011 101111 0 10100 11111111 110000 111101

Color Harmonies of #836CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836CCB

Black with #836CCB

Text Example


Text Example

White with #836CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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