Html Css Color HEX #8265CE True V

📋 copy color: '#8265CE'

red 130 ◦ green 101 ◦ blue 206

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

Shades of True V #8265CE

Tints of True V #8265CE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.11%

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

R = 29.75%
G = 23.11%
B = 47.14%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8265CE (or 0x8265CE) is known color: True V. HEX triplet: 82, 65 and CE. RGB value is (130,101,206). Sum of RGB (Red+Green+Blue) = 130+101+206=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #8265CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8265CE is #7D9A31. Grayscale: #797979. Windows color (decimal): -8231474 or 13526402. OLE color: 13526402.

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

Color convert

RGB 130 101 206 -
CMYK 0.37 0.51 0 0.19
HSL 256.57º 0.52% 0.6% -
HSV(B) 256.57º 0.51% 0.81% -
XYZ 25 18.51 60.65 -
YUV 121.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 130 101 206 0.37 0.51 0 0.19 256.57 0.52 0.6
Hex 82 65 CE 25 33 0 13 101 34 3C
Octal 202 145 316 45 63 0 23 401 64 74
Binary 10000010 1100101 11001110 100101 110011 0 10011 100000001 110100 111100

Color Harmonies of #8265CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8265CE

Black with #8265CE

Text Example


Text Example

White with #8265CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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