Html Css Color HEX #8359CB True V

📋 copy color: '#8359CB'

red 131 ◦ green 89 ◦ blue 203

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

Shades of True V #8359CB

Tints of True V #8359CB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.04%

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

R = 30.97%
G = 21.04%
B = 47.99%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8359CB (or 0x8359CB) is known color: True V. HEX triplet: 83, 59 and CB. RGB value is (131,89,203). Sum of RGB (Red+Green+Blue) = 131+89+203=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #8359CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8359CB is #7CA634. Grayscale: #727272. Windows color (decimal): -8169013 or 13326723. OLE color: 13326723.

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

Color convert

RGB 131 89 203 -
CMYK 0.35 0.56 0 0.20
HSL 262.11º 0.52% 0.57% -
HSV(B) 262.11º 0.56% 0.8% -
XYZ 23.71 16.28 58.39 -
YUV 114.55 177.91 139.73 -
System Red Green Blue C M Y K H S L
Decimal 131 89 203 0.35 0.56 0 0.20 262.11 0.52 0.57
Hex 83 59 CB 23 38 0 14 106 34 39
Octal 203 131 313 43 70 0 24 406 64 71
Binary 10000011 1011001 11001011 100011 111000 0 10100 100000110 110100 111001

Color Harmonies of #8359CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8359CB

Black with #8359CB

Text Example


Text Example

White with #8359CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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