Html Css Color HEX #8260CE True V

📋 copy color: '#8260CE'

red 130 ◦ green 96 ◦ blue 206

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

Shades of True V #8260CE

Tints of True V #8260CE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.22%

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 30.09%
G = 22.22%
B = 47.69%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8260CE (or 0x8260CE) is known color: True V. HEX triplet: 82, 60 and CE. RGB value is (130,96,206). Sum of RGB (Red+Green+Blue) = 130+96+206=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #8260CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8260CE is #7D9F31. Grayscale: #767676. Windows color (decimal): -8232754 or 13525122. OLE color: 13525122.

HSL color Cylindrical-coordinate representation of color #8260CE: hue angle of 258.55º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8260CE is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 96 206 -
CMYK 0.37 0.53 0 0.19
HSL 258.55º 0.53% 0.59% -
HSV(B) 258.55º 0.53% 0.81% -
XYZ 24.53 17.57 60.49 -
YUV 118.71 177.26 136.06 -
System Red Green Blue C M Y K H S L
Decimal 130 96 206 0.37 0.53 0 0.19 258.55 0.53 0.59
Hex 82 60 CE 25 35 0 13 103 35 3B
Octal 202 140 316 45 65 0 23 403 65 73
Binary 10000010 1100000 11001110 100101 110101 0 10011 100000011 110101 111011

Color Harmonies of #8260CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8260CE

Black with #8260CE

Text Example


Text Example

White with #8260CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8260CE; }

 p { color: rgb(130,96,206); }

 H1.HeaderClassName
 {
   color: #8260CE;
 }
 .AnyTagClassName
 {
   color: #8260CE;
 }
</style>

background-color css

<style>
 a { background-color: #8260CE; }

 a { background-color: rgb(130,96,206); }

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

border-color css

<style>
 span { border-color: #8260CE; }

 span { border-color: rgb(130,96,206); }

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