Html Css Color HEX #8165BE True V

📋 copy color: '#8165BE'

red 129 ◦ green 101 ◦ blue 190

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

Shades of True V #8165BE

Tints of True V #8165BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.24%

R = 30.71%
G = 24.05%
B = 45.24%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8165BE (or 0x8165BE) is known color: True V. HEX triplet: 81, 65 and BE. RGB value is (129,101,190). Sum of RGB (Red+Green+Blue) = 129+101+190=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #8165BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8165BE is #7E9A41. Grayscale: #777777. Windows color (decimal): -8297026 or 12477825. OLE color: 12477825.

HSL color Cylindrical-coordinate representation of color #8165BE: hue angle of 258.88º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8165BE is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 101 190 -
CMYK 0.32 0.47 0 0.25
HSL 258.88º 0.41% 0.57% -
HSV(B) 258.88º 0.47% 0.75% -
XYZ 23 17.69 50.92 -
YUV 119.52 167.78 134.76 -
System Red Green Blue C M Y K H S L
Decimal 129 101 190 0.32 0.47 0 0.25 258.88 0.41 0.57
Hex 81 65 BE 20 2F 0 19 103 29 39
Octal 201 145 276 40 57 0 31 403 51 71
Binary 10000001 1100101 10111110 100000 101111 0 11001 100000011 101001 111001

Color Harmonies of #8165BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8165BE

Black with #8165BE

Text Example


Text Example

White with #8165BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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