Html Css Color HEX #814366 Cosmic

📋 copy color: '#814366'

red 129 ◦ green 67 ◦ blue 102

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

Shades of Cosmic #814366

Tints of Cosmic #814366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.48%

 BLUE value IS 102 (40.23% from 255) = 34.23%

R = 43.29%
G = 22.48%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#814366 (or 0x814366) is known color: Cosmic. HEX triplet: 81, 43 and 66. RGB value is (129,67,102). Sum of RGB (Red+Green+Blue) = 129+67+102=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 129 - color contains mainly: red. Hex color #814366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814366 is #7EBC99. Grayscale: #595959. Windows color (decimal): -8305818 or 6701953. OLE color: 6701953.

HSL color Cylindrical-coordinate representation of color #814366: hue angle of 326.13º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #814366 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 67 102 -
CMYK 0 0.48 0.21 0.49
HSL 326.13º 0.32% 0.38% -
HSV(B) 326.13º 0.48% 0.51% -
XYZ 13.46 9.64 13.72 -
YUV 89.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 129 67 102 0 0.48 0.21 0.49 326.13 0.32 0.38
Hex 81 43 66 0 30 15 31 146 20 26
Octal 201 103 146 0 60 25 61 506 40 46
Binary 10000001 1000011 1100110 0 110000 10101 110001 101000110 100000 100110

Color Harmonies of #814366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814366

Black with #814366

Text Example


Text Example

White with #814366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814366; }

 p { color: rgb(129,67,102); }

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

background-color css

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

 a { background-color: rgb(129,67,102); }

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

border-color css

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

 span { border-color: rgb(129,67,102); }

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