Html Css Color HEX #8165C6 True V

📋 copy color: '#8165C6'

red 129 ◦ green 101 ◦ blue 198

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

Shades of True V #8165C6

Tints of True V #8165C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.26%

R = 30.14%
G = 23.6%
B = 46.26%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8165C6 (or 0x8165C6) is known color: True V. HEX triplet: 81, 65 and C6. RGB value is (129,101,198). Sum of RGB (Red+Green+Blue) = 129+101+198=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 198 - color contains mainly: blue. Hex color #8165C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8165C6 is #7E9A39. Grayscale: #787878. Windows color (decimal): -8297018 or 13002113. OLE color: 13002113.

HSL color Cylindrical-coordinate representation of color #8165C6: hue angle of 257.32º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8165C6 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 129 101 198 -
CMYK 0.35 0.49 0 0.22
HSL 257.32º 0.46% 0.59% -
HSV(B) 257.32º 0.49% 0.78% -
XYZ 23.9 18.05 55.65 -
YUV 120.43 171.78 134.11 -
System Red Green Blue C M Y K H S L
Decimal 129 101 198 0.35 0.49 0 0.22 257.32 0.46 0.59
Hex 81 65 C6 23 31 0 16 101 2E 3B
Octal 201 145 306 43 61 0 26 401 56 73
Binary 10000001 1100101 11000110 100011 110001 0 10110 100000001 101110 111011

Color Harmonies of #8165C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8165C6

Black with #8165C6

Text Example


Text Example

White with #8165C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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