Html Css Color HEX #814367 Cosmic

📋 copy color: '#814367'

red 129 ◦ green 67 ◦ blue 103

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

Shades of Cosmic #814367

Tints of Cosmic #814367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.45%

R = 43.14%
G = 22.41%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#814367 (or 0x814367) is known color: Cosmic. HEX triplet: 81, 43 and 67. RGB value is (129,67,103). Sum of RGB (Red+Green+Blue) = 129+67+103=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 129 - color contains mainly: red. Hex color #814367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814367 is #7EBC98. Grayscale: #595959. Windows color (decimal): -8305817 or 6767489. OLE color: 6767489.

HSL color Cylindrical-coordinate representation of color #814367: hue angle of 325.16º 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 #814367 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 67 103 -
CMYK 0 0.48 0.20 0.49
HSL 325.16º 0.32% 0.38% -
HSV(B) 325.16º 0.48% 0.51% -
XYZ 13.51 9.66 13.98 -
YUV 89.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 129 67 103 0 0.48 0.20 0.49 325.16 0.32 0.38
Hex 81 43 67 0 30 14 31 145 20 26
Octal 201 103 147 0 60 24 61 505 40 46
Binary 10000001 1000011 1100111 0 110000 10100 110001 101000101 100000 100110

Color Harmonies of #814367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814367

Black with #814367

Text Example


Text Example

White with #814367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814367; }

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

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

background-color css

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

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

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

border-color css

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

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

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