Html Css Color HEX #836CCA True V

📋 copy color: '#836CCA'

red 131 ◦ green 108 ◦ blue 202

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

Shades of True V #836CCA

Tints of True V #836CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.8%

R = 29.71%
G = 24.49%
B = 45.8%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#836CCA (or 0x836CCA) is known color: True V. HEX triplet: 83, 6C and CA. RGB value is (131,108,202). Sum of RGB (Red+Green+Blue) = 131+108+202=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #836CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836CCA is #7C9335. Grayscale: #7D7D7D. Windows color (decimal): -8164150 or 13266051. OLE color: 13266051.

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

Color convert

RGB 131 108 202 -
CMYK 0.35 0.47 0 0.21
HSL 254.68º 0.47% 0.61% -
HSV(B) 254.68º 0.47% 0.79% -
XYZ 25.38 19.81 58.36 -
YUV 125.59 171.12 131.86 -
System Red Green Blue C M Y K H S L
Decimal 131 108 202 0.35 0.47 0 0.21 254.68 0.47 0.61
Hex 83 6C CA 23 2F 0 15 FF 2F 3D
Octal 203 154 312 43 57 0 25 377 57 75
Binary 10000011 1101100 11001010 100011 101111 0 10101 11111111 101111 111101

Color Harmonies of #836CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836CCA

Black with #836CCA

Text Example


Text Example

White with #836CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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