Html Css Color HEX #8B3C6D Cosmic

📋 copy color: '#8B3C6D'

red 139 ◦ green 60 ◦ blue 109

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

Shades of Cosmic #8B3C6D

Tints of Cosmic #8B3C6D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.48%

 BLUE value IS 109 (42.97% from 255) = 35.39%

R = 45.13%
G = 19.48%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8B3C6D (or 0x8B3C6D) is known color: Cosmic. HEX triplet: 8B, 3C and 6D. RGB value is (139,60,109). Sum of RGB (Red+Green+Blue) = 139+60+109=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3C6D is #74C392. Grayscale: #595959. Windows color (decimal): -7652243 or 7158923. OLE color: 7158923.

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

Color convert

RGB 139 60 109 -
CMYK 0 0.57 0.22 0.45
HSL 322.78º 0.4% 0.39% -
HSV(B) 322.78º 0.57% 0.55% -
XYZ 15.02 9.82 15.57 -
YUV 89.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 139 60 109 0 0.57 0.22 0.45 322.78 0.4 0.39
Hex 8B 3C 6D 0 39 16 2D 143 28 27
Octal 213 74 155 0 71 26 55 503 50 47
Binary 10001011 111100 1101101 0 111001 10110 101101 101000011 101000 100111

Color Harmonies of #8B3C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3C6D

Black with #8B3C6D

Text Example


Text Example

White with #8B3C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,60,109); }

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

background-color css

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

 a { background-color: rgb(139,60,109); }

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

border-color css

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

 span { border-color: rgb(139,60,109); }

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