Html Css Color HEX #8A44CA Dark Orchid

📋 copy color: '#8A44CA'

red 138 ◦ green 68 ◦ blue 202

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

Shades of Dark Orchid #8A44CA

Tints of Dark Orchid #8A44CA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.67%

 BLUE value IS 202 (79.3% from 255) = 49.51%

R = 33.82%
G = 16.67%
B = 49.51%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8A44CA (or 0x8A44CA) is known color: Dark Orchid. HEX triplet: 8A, 44 and CA. RGB value is (138,68,202). Sum of RGB (Red+Green+Blue) = 138+68+202=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A44CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A44CA is #75BB35. Grayscale: #676767. Windows color (decimal): -7715638 or 13255818. OLE color: 13255818.

HSL color Cylindrical-coordinate representation of color #8A44CA: hue angle of 271.34º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A44CA is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 68 202 -
CMYK 0.32 0.66 0 0.21
HSL 271.34º 0.56% 0.53% -
HSV(B) 271.34º 0.66% 0.79% -
XYZ 23.21 13.8 57.32 -
YUV 104.21 183.19 152.1 -
System Red Green Blue C M Y K H S L
Decimal 138 68 202 0.32 0.66 0 0.21 271.34 0.56 0.53
Hex 8A 44 CA 20 42 0 15 10F 38 35
Octal 212 104 312 40 102 0 25 417 70 65
Binary 10001010 1000100 11001010 100000 1000010 0 10101 100001111 111000 110101

Color Harmonies of #8A44CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A44CA

Black with #8A44CA

Text Example


Text Example

White with #8A44CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,68,202); }

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

background-color css

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

 a { background-color: rgb(138,68,202); }

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

border-color css

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

 span { border-color: rgb(138,68,202); }

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