Html Css Color HEX #8259CB True V

📋 copy color: '#8259CB'

red 130 ◦ green 89 ◦ blue 203

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

Shades of True V #8259CB

Tints of True V #8259CB

RGB

 RED value IS 130 (51.17% from 255) = 30.81%

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

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

R = 30.81%
G = 21.09%
B = 48.1%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8259CB (or 0x8259CB) is known color: True V. HEX triplet: 82, 59 and CB. RGB value is (130,89,203). Sum of RGB (Red+Green+Blue) = 130+89+203=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #8259CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8259CB is #7DA634. Grayscale: #717171. Windows color (decimal): -8234549 or 13326722. OLE color: 13326722.

HSL color Cylindrical-coordinate representation of color #8259CB: hue angle of 261.58º 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 #8259CB is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 89 203 -
CMYK 0.36 0.56 0 0.20
HSL 261.58º 0.52% 0.57% -
HSV(B) 261.58º 0.56% 0.8% -
XYZ 23.56 16.2 58.39 -
YUV 114.26 178.08 139.23 -
System Red Green Blue C M Y K H S L
Decimal 130 89 203 0.36 0.56 0 0.20 261.58 0.52 0.57
Hex 82 59 CB 24 38 0 14 106 34 39
Octal 202 131 313 44 70 0 24 406 64 71
Binary 10000010 1011001 11001011 100100 111000 0 10100 100000110 110100 111001

Color Harmonies of #8259CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8259CB

Black with #8259CB

Text Example


Text Example

White with #8259CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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