Html Css Color HEX #8364CB True V

📋 copy color: '#8364CB'

red 131 ◦ green 100 ◦ blue 203

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

Shades of True V #8364CB

Tints of True V #8364CB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.04%

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

R = 30.18%
G = 23.04%
B = 46.77%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8364CB (or 0x8364CB) is known color: True V. HEX triplet: 83, 64 and CB. RGB value is (131,100,203). Sum of RGB (Red+Green+Blue) = 131+100+203=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #8364CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8364CB is #7C9B34. Grayscale: #787878. Windows color (decimal): -8166197 or 13329539. OLE color: 13329539.

HSL color Cylindrical-coordinate representation of color #8364CB: hue angle of 258.06º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8364CB is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 100 203 -
CMYK 0.35 0.51 0 0.20
HSL 258.06º 0.5% 0.59% -
HSV(B) 258.06º 0.51% 0.8% -
XYZ 24.7 18.25 58.72 -
YUV 121.01 174.27 135.12 -
System Red Green Blue C M Y K H S L
Decimal 131 100 203 0.35 0.51 0 0.20 258.06 0.5 0.59
Hex 83 64 CB 23 33 0 14 102 32 3B
Octal 203 144 313 43 63 0 24 402 62 73
Binary 10000011 1100100 11001011 100011 110011 0 10100 100000010 110010 111011

Color Harmonies of #8364CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8364CB

Black with #8364CB

Text Example


Text Example

White with #8364CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8364CB; }

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

 H1.HeaderClassName
 {
   color: #8364CB;
 }
 .AnyTagClassName
 {
   color: #8364CB;
 }
</style>

background-color css

<style>
 a { background-color: #8364CB; }

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

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

border-color css

<style>
 span { border-color: #8364CB; }

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

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