Html Css Color HEX #8B426A Cosmic

📋 copy color: '#8B426A'

red 139 ◦ green 66 ◦ blue 106

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

Shades of Cosmic #8B426A

Tints of Cosmic #8B426A

RGB

 RED value IS 139 (54.69% from 255) = 44.69%

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

 BLUE value IS 106 (41.8% from 255) = 34.08%

R = 44.69%
G = 21.22%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8B426A (or 0x8B426A) is known color: Cosmic. HEX triplet: 8B, 42 and 6A. RGB value is (139,66,106). Sum of RGB (Red+Green+Blue) = 139+66+106=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B426A is #74BD95. Grayscale: #5C5C5C. Windows color (decimal): -7650710 or 6963851. OLE color: 6963851.

HSL color Cylindrical-coordinate representation of color #8B426A: hue angle of 327.12º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B426A is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 66 106 -
CMYK 0 0.53 0.24 0.45
HSL 327.12º 0.36% 0.4% -
HSV(B) 327.12º 0.53% 0.55% -
XYZ 15.2 10.43 14.85 -
YUV 92.39 135.68 161.25 -
System Red Green Blue C M Y K H S L
Decimal 139 66 106 0 0.53 0.24 0.45 327.12 0.36 0.4
Hex 8B 42 6A 0 35 18 2D 147 24 28
Octal 213 102 152 0 65 30 55 507 44 50
Binary 10001011 1000010 1101010 0 110101 11000 101101 101000111 100100 101000

Color Harmonies of #8B426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B426A

Black with #8B426A

Text Example


Text Example

White with #8B426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B426A; }

 p { color: rgb(139,66,106); }

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

background-color css

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

 a { background-color: rgb(139,66,106); }

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

border-color css

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

 span { border-color: rgb(139,66,106); }

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