Html Css Color HEX #8A3C6A Cosmic

📋 copy color: '#8A3C6A'

red 138 ◦ green 60 ◦ blue 106

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

Shades of Cosmic #8A3C6A

Tints of Cosmic #8A3C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.87%

R = 45.39%
G = 19.74%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#8A3C6A (or 0x8A3C6A) is known color: Cosmic. HEX triplet: 8A, 3C and 6A. RGB value is (138,60,106). Sum of RGB (Red+Green+Blue) = 138+60+106=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3C6A is #75C395. Grayscale: #585858. Windows color (decimal): -7717782 or 6962314. OLE color: 6962314.

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

Color convert

RGB 138 60 106 -
CMYK 0 0.57 0.23 0.46
HSL 324.62º 0.39% 0.39% -
HSV(B) 324.62º 0.57% 0.54% -
XYZ 14.7 9.68 14.73 -
YUV 88.57 137.84 163.26 -
System Red Green Blue C M Y K H S L
Decimal 138 60 106 0 0.57 0.23 0.46 324.62 0.39 0.39
Hex 8A 3C 6A 0 39 17 2E 145 27 27
Octal 212 74 152 0 71 27 56 505 47 47
Binary 10001010 111100 1101010 0 111001 10111 101110 101000101 100111 100111

Color Harmonies of #8A3C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3C6A

Black with #8A3C6A

Text Example


Text Example

White with #8A3C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,60,106); }

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

background-color css

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

 a { background-color: rgb(138,60,106); }

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

border-color css

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

 span { border-color: rgb(138,60,106); }

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