Html Css Color HEX #8A3F68 Cosmic

📋 copy color: '#8A3F68'

red 138 ◦ green 63 ◦ blue 104

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

Shades of Cosmic #8A3F68

Tints of Cosmic #8A3F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.1%

R = 45.25%
G = 20.66%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#8A3F68 (or 0x8A3F68) is known color: Cosmic. HEX triplet: 8A, 3F and 68. RGB value is (138,63,104). Sum of RGB (Red+Green+Blue) = 138+63+104=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3F68 is #75C097. Grayscale: #5A5A5A. Windows color (decimal): -7717016 or 6832010. OLE color: 6832010.

HSL color Cylindrical-coordinate representation of color #8A3F68: hue angle of 327.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 #8A3F68 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 63 104 -
CMYK 0 0.54 0.25 0.46
HSL 327.2º 0.37% 0.39% -
HSV(B) 327.2º 0.54% 0.54% -
XYZ 14.76 9.96 14.24 -
YUV 90.1 135.85 162.17 -
System Red Green Blue C M Y K H S L
Decimal 138 63 104 0 0.54 0.25 0.46 327.2 0.37 0.39
Hex 8A 3F 68 0 36 19 2E 147 25 27
Octal 212 77 150 0 66 31 56 507 45 47
Binary 10001010 111111 1101000 0 110110 11001 101110 101000111 100101 100111

Color Harmonies of #8A3F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3F68

Black with #8A3F68

Text Example


Text Example

White with #8A3F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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