Html Css Color HEX #8A3F63 Cosmic

📋 copy color: '#8A3F63'

red 138 ◦ green 63 ◦ blue 99

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

Shades of Cosmic #8A3F63

Tints of Cosmic #8A3F63

RGB

 RED value IS 138 (54.3% from 255) = 46%

 GREEN value IS 63 (25% from 255) = 21%

 BLUE value IS 99 (39.06% from 255) = 33%

R = 46%
G = 21%
B = 33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#8A3F63 (or 0x8A3F63) is known color: Cosmic. HEX triplet: 8A, 3F and 63. RGB value is (138,63,99). Sum of RGB (Red+Green+Blue) = 138+63+99=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3F63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3F63 is #75C09C. Grayscale: #595959. Windows color (decimal): -7717021 or 6504330. OLE color: 6504330.

HSL color Cylindrical-coordinate representation of color #8A3F63: hue angle of 331.2º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A3F63 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 63 99 -
CMYK 0 0.54 0.28 0.46
HSL 331.2º 0.37% 0.39% -
HSV(B) 331.2º 0.54% 0.54% -
XYZ 14.51 9.86 12.94 -
YUV 89.53 133.35 162.57 -
System Red Green Blue C M Y K H S L
Decimal 138 63 99 0 0.54 0.28 0.46 331.2 0.37 0.39
Hex 8A 3F 63 0 36 1C 2E 14B 25 27
Octal 212 77 143 0 66 34 56 513 45 47
Binary 10001010 111111 1100011 0 110110 11100 101110 101001011 100101 100111

Color Harmonies of #8A3F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3F63

Black with #8A3F63

Text Example


Text Example

White with #8A3F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,63,99); }

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

background-color css

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

 a { background-color: rgb(138,63,99); }

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

border-color css

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

 span { border-color: rgb(138,63,99); }

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