Html Css Color HEX #814170 Cosmic

📋 copy color: '#814170'

red 129 ◦ green 65 ◦ blue 112

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

Shades of Cosmic #814170

Tints of Cosmic #814170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.24%

 BLUE value IS 112 (44.14% from 255) = 36.6%

R = 42.16%
G = 21.24%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#814170 (or 0x814170) is known color: Cosmic. HEX triplet: 81, 41 and 70. RGB value is (129,65,112). Sum of RGB (Red+Green+Blue) = 129+65+112=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 129 - color contains mainly: red. Hex color #814170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814170 is #7EBE8F. Grayscale: #595959. Windows color (decimal): -8306320 or 7356801. OLE color: 7356801.

HSL color Cylindrical-coordinate representation of color #814170: hue angle of 315.94º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814170 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 65 112 -
CMYK 0 0.50 0.13 0.49
HSL 315.94º 0.33% 0.38% -
HSV(B) 315.94º 0.5% 0.51% -
XYZ 13.87 9.62 16.45 -
YUV 89.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 129 65 112 0 0.50 0.13 0.49 315.94 0.33 0.38
Hex 81 41 70 0 32 D 31 13C 21 26
Octal 201 101 160 0 62 15 61 474 41 46
Binary 10000001 1000001 1110000 0 110010 1101 110001 100111100 100001 100110

Color Harmonies of #814170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814170

Black with #814170

Text Example


Text Example

White with #814170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814170; }

 p { color: rgb(129,65,112); }

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

background-color css

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

 a { background-color: rgb(129,65,112); }

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

border-color css

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

 span { border-color: rgb(129,65,112); }

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