Html Css Color HEX #8061C9 True V

📋 copy color: '#8061C9'

red 128 ◦ green 97 ◦ blue 201

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

Shades of True V #8061C9

Tints of True V #8061C9

RGB

 RED value IS 128 (50.39% from 255) = 30.05%

 GREEN value IS 97 (38.28% from 255) = 22.77%

 BLUE value IS 201 (78.91% from 255) = 47.18%

R = 30.05%
G = 22.77%
B = 47.18%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8061C9 (or 0x8061C9) is known color: True V. HEX triplet: 80, 61 and C9. RGB value is (128,97,201). Sum of RGB (Red+Green+Blue) = 128+97+201=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 201 - color contains mainly: blue. Hex color #8061C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8061C9 is #7F9E36. Grayscale: #757575. Windows color (decimal): -8363575 or 13197696. OLE color: 13197696.

HSL color Cylindrical-coordinate representation of color #8061C9: hue angle of 257.88º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8061C9 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 97 201 -
CMYK 0.36 0.52 0 0.21
HSL 257.88º 0.49% 0.58% -
HSV(B) 257.88º 0.52% 0.79% -
XYZ 23.72 17.36 57.36 -
YUV 118.13 174.77 135.04 -
System Red Green Blue C M Y K H S L
Decimal 128 97 201 0.36 0.52 0 0.21 257.88 0.49 0.58
Hex 80 61 C9 24 34 0 15 102 31 3A
Octal 200 141 311 44 64 0 25 402 61 72
Binary 10000000 1100001 11001001 100100 110100 0 10101 100000010 110001 111010

Color Harmonies of #8061C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8061C9

Black with #8061C9

Text Example


Text Example

White with #8061C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8061C9; }

 p { color: rgb(128,97,201); }

 H1.HeaderClassName
 {
   color: #8061C9;
 }
 .AnyTagClassName
 {
   color: #8061C9;
 }
</style>

background-color css

<style>
 a { background-color: #8061C9; }

 a { background-color: rgb(128,97,201); }

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

border-color css

<style>
 span { border-color: #8061C9; }

 span { border-color: rgb(128,97,201); }

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