Html Css Color HEX #8B426C Cosmic

📋 copy color: '#8B426C'

red 139 ◦ green 66 ◦ blue 108

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

Shades of Cosmic #8B426C

Tints of Cosmic #8B426C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.5%

R = 44.41%
G = 21.09%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8B426C (or 0x8B426C) is known color: Cosmic. HEX triplet: 8B, 42 and 6C. RGB value is (139,66,108). Sum of RGB (Red+Green+Blue) = 139+66+108=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B426C is #74BD93. Grayscale: #5C5C5C. Windows color (decimal): -7650708 or 7094923. OLE color: 7094923.

HSL color Cylindrical-coordinate representation of color #8B426C: hue angle of 325.48º 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 #8B426C is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 66 108 -
CMYK 0 0.53 0.22 0.45
HSL 325.48º 0.36% 0.4% -
HSV(B) 325.48º 0.53% 0.55% -
XYZ 15.3 10.47 15.4 -
YUV 92.62 136.68 161.08 -
System Red Green Blue C M Y K H S L
Decimal 139 66 108 0 0.53 0.22 0.45 325.48 0.36 0.4
Hex 8B 42 6C 0 35 16 2D 145 24 28
Octal 213 102 154 0 65 26 55 505 44 50
Binary 10001011 1000010 1101100 0 110101 10110 101101 101000101 100100 101000

Color Harmonies of #8B426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B426C

Black with #8B426C

Text Example


Text Example

White with #8B426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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