Html Css Color HEX #8366CC True V

📋 copy color: '#8366CC'

red 131 ◦ green 102 ◦ blue 204

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

Shades of True V #8366CC

Tints of True V #8366CC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.34%

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 29.98%
G = 23.34%
B = 46.68%

CMYK

 C value IS 0.36

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8366CC (or 0x8366CC) is known color: True V. HEX triplet: 83, 66 and CC. RGB value is (131,102,204). Sum of RGB (Red+Green+Blue) = 131+102+204=437 (57% of max value = 765). Red value is 131 (51.56% from 255 or 29.98% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #8366CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8366CC is #7C9933. Grayscale: #797979. Windows color (decimal): -8165684 or 13395587. OLE color: 13395587.

HSL color Cylindrical-coordinate representation of color #8366CC: hue angle of 257.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8366CC is Cyan = 0.36, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 102 204 -
CMYK 0.36 0.5 0 0.2
HSL 257.06º 0.5% 0.6% -
HSV(B) 257.06º 0.5% 0.8% -
XYZ 25.01 18.69 59.42 -
YUV 122.3 174.11 134.21 -
System Red Green Blue C M Y K H S L
Decimal 131 102 204 0.36 0.5 0 0.2 257.06 0.5 0.6
Hex 83 66 CC 24 32 0 14 101 32 3C
Octal 203 146 314 44 62 0 24 401 62 74
Binary 10000011 1100110 11001100 100100 110010 0 10100 100000001 110010 111100

Color Harmonies of #8366CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8366CC

Black with #8366CC

Text Example


Text Example

White with #8366CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8366CC; }

 p { color: rgb(131,102,204); }

 H1.HeaderClassName
 {
   color: #8366CC;
 }
 .AnyTagClassName
 {
   color: #8366CC;
 }
</style>

background-color css

<style>
 a { background-color: #8366CC; }

 a { background-color: rgb(131,102,204); }

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

border-color css

<style>
 span { border-color: #8366CC; }

 span { border-color: rgb(131,102,204); }

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