Html Css Color HEX #8B3D6E Cosmic

📋 copy color: '#8B3D6E'

red 139 ◦ green 61 ◦ blue 110

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

Shades of Cosmic #8B3D6E

Tints of Cosmic #8B3D6E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.68%

 BLUE value IS 110 (43.36% from 255) = 35.48%

R = 44.84%
G = 19.68%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8B3D6E (or 0x8B3D6E) is known color: Cosmic. HEX triplet: 8B, 3D and 6E. RGB value is (139,61,110). Sum of RGB (Red+Green+Blue) = 139+61+110=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3D6E is #74C291. Grayscale: #595959. Windows color (decimal): -7651986 or 7224715. OLE color: 7224715.

HSL color Cylindrical-coordinate representation of color #8B3D6E: hue angle of 322.31º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B3D6E is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 61 110 -
CMYK 0 0.56 0.21 0.45
HSL 322.31º 0.39% 0.39% -
HSV(B) 322.31º 0.56% 0.55% -
XYZ 15.13 9.95 15.88 -
YUV 89.91 139.34 163.02 -
System Red Green Blue C M Y K H S L
Decimal 139 61 110 0 0.56 0.21 0.45 322.31 0.39 0.39
Hex 8B 3D 6E 0 38 15 2D 142 27 27
Octal 213 75 156 0 70 25 55 502 47 47
Binary 10001011 111101 1101110 0 111000 10101 101101 101000010 100111 100111

Color Harmonies of #8B3D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3D6E

Black with #8B3D6E

Text Example


Text Example

White with #8B3D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,61,110); }

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

background-color css

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

 a { background-color: rgb(139,61,110); }

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

border-color css

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

 span { border-color: rgb(139,61,110); }

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