Html Css Color HEX #8266C9 True V

📋 copy color: '#8266C9'

red 130 ◦ green 102 ◦ blue 201

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

Shades of True V #8266C9

Tints of True V #8266C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.42%

R = 30.02%
G = 23.56%
B = 46.42%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8266C9 (or 0x8266C9) is known color: True V. HEX triplet: 82, 66 and C9. RGB value is (130,102,201). Sum of RGB (Red+Green+Blue) = 130+102+201=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 201 - color contains mainly: blue. Hex color #8266C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8266C9 is #7D9936. Grayscale: #797979. Windows color (decimal): -8231223 or 13198978. OLE color: 13198978.

HSL color Cylindrical-coordinate representation of color #8266C9: hue angle of 256.97º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8266C9 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 102 201 -
CMYK 0.35 0.49 0 0.21
HSL 256.97º 0.48% 0.59% -
HSV(B) 256.97º 0.49% 0.79% -
XYZ 24.5 18.47 57.53 -
YUV 121.66 172.78 133.95 -
System Red Green Blue C M Y K H S L
Decimal 130 102 201 0.35 0.49 0 0.21 256.97 0.48 0.59
Hex 82 66 C9 23 31 0 15 101 30 3B
Octal 202 146 311 43 61 0 25 401 60 73
Binary 10000010 1100110 11001001 100011 110001 0 10101 100000001 110000 111011

Color Harmonies of #8266C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8266C9

Black with #8266C9

Text Example


Text Example

White with #8266C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8266C9; }

 p { color: rgb(130,102,201); }

 H1.HeaderClassName
 {
   color: #8266C9;
 }
 .AnyTagClassName
 {
   color: #8266C9;
 }
</style>

background-color css

<style>
 a { background-color: #8266C9; }

 a { background-color: rgb(130,102,201); }

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

border-color css

<style>
 span { border-color: #8266C9; }

 span { border-color: rgb(130,102,201); }

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