Html Css Color HEX #8A3D68 Cosmic

📋 copy color: '#8A3D68'

red 138 ◦ green 61 ◦ blue 104

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

Shades of Cosmic #8A3D68

Tints of Cosmic #8A3D68

RGB

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

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

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

R = 45.54%
G = 20.13%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#8A3D68 (or 0x8A3D68) is known color: Cosmic. HEX triplet: 8A, 3D and 68. RGB value is (138,61,104). Sum of RGB (Red+Green+Blue) = 138+61+104=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3D68 is #75C297. Grayscale: #585858. Windows color (decimal): -7717528 or 6831498. OLE color: 6831498.

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

Color convert

RGB 138 61 104 -
CMYK 0 0.56 0.25 0.46
HSL 326.49º 0.39% 0.39% -
HSV(B) 326.49º 0.56% 0.54% -
XYZ 14.65 9.74 14.2 -
YUV 88.93 136.51 163 -
System Red Green Blue C M Y K H S L
Decimal 138 61 104 0 0.56 0.25 0.46 326.49 0.39 0.39
Hex 8A 3D 68 0 38 19 2E 146 27 27
Octal 212 75 150 0 70 31 56 506 47 47
Binary 10001010 111101 1101000 0 111000 11001 101110 101000110 100111 100111

Color Harmonies of #8A3D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3D68

Black with #8A3D68

Text Example


Text Example

White with #8A3D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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