Html Css Color HEX #8165D2 True V

📋 copy color: '#8165D2'

red 129 ◦ green 101 ◦ blue 210

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

Shades of True V #8165D2

Tints of True V #8165D2

RGB

 RED value IS 129 (50.78% from 255) = 29.32%

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

 BLUE value IS 210 (82.42% from 255) = 47.73%

R = 29.32%
G = 22.95%
B = 47.73%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8165D2 (or 0x8165D2) is known color: True V. HEX triplet: 81, 65 and D2. RGB value is (129,101,210). Sum of RGB (Red+Green+Blue) = 129+101+210=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 210 (82.42% from 255 or 47.73% from 440); Max value from RGB is 210 - color contains mainly: blue. Hex color #8165D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8165D2 is #7E9A2D. Grayscale: #797979. Windows color (decimal): -8297006 or 13788545. OLE color: 13788545.

HSL color Cylindrical-coordinate representation of color #8165D2: hue angle of 255.41º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8165D2 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 129 101 210 -
CMYK 0.39 0.52 0 0.18
HSL 255.41º 0.55% 0.61% -
HSV(B) 255.41º 0.52% 0.82% -
XYZ 25.34 18.63 63.23 -
YUV 121.8 177.78 133.14 -
System Red Green Blue C M Y K H S L
Decimal 129 101 210 0.39 0.52 0 0.18 255.41 0.55 0.61
Hex 81 65 D2 27 34 0 12 FF 37 3D
Octal 201 145 322 47 64 0 22 377 67 75
Binary 10000001 1100101 11010010 100111 110100 0 10010 11111111 110111 111101

Color Harmonies of #8165D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8165D2

Black with #8165D2

Text Example


Text Example

White with #8165D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8165D2; }

 p { color: rgb(129,101,210); }

 H1.HeaderClassName
 {
   color: #8165D2;
 }
 .AnyTagClassName
 {
   color: #8165D2;
 }
</style>

background-color css

<style>
 a { background-color: #8165D2; }

 a { background-color: rgb(129,101,210); }

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

border-color css

<style>
 span { border-color: #8165D2; }

 span { border-color: rgb(129,101,210); }

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