Html Css Color HEX #814266 Cosmic

📋 copy color: '#814266'

red 129 ◦ green 66 ◦ blue 102

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

Shades of Cosmic #814266

Tints of Cosmic #814266

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.22%

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

R = 43.43%
G = 22.22%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#814266 (or 0x814266) is known color: Cosmic. HEX triplet: 81, 42 and 66. RGB value is (129,66,102). Sum of RGB (Red+Green+Blue) = 129+66+102=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #814266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814266 is #7EBD99. Grayscale: #585858. Windows color (decimal): -8306074 or 6701697. OLE color: 6701697.

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

Color convert

RGB 129 66 102 -
CMYK 0 0.49 0.21 0.49
HSL 325.71º 0.32% 0.38% -
HSV(B) 325.71º 0.49% 0.51% -
XYZ 13.4 9.52 13.7 -
YUV 88.94 135.37 156.57 -
System Red Green Blue C M Y K H S L
Decimal 129 66 102 0 0.49 0.21 0.49 325.71 0.32 0.38
Hex 81 42 66 0 31 15 31 146 20 26
Octal 201 102 146 0 61 25 61 506 40 46
Binary 10000001 1000010 1100110 0 110001 10101 110001 101000110 100000 100110

Color Harmonies of #814266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814266

Black with #814266

Text Example


Text Example

White with #814266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814266; }

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

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

background-color css

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

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

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

border-color css

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

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

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