Html Css Color HEX #8A2CAF Dark Orchid

📋 copy color: '#8A2CAF'

red 138 ◦ green 44 ◦ blue 175

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

Shades of Dark Orchid #8A2CAF

Tints of Dark Orchid #8A2CAF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.32%

 BLUE value IS 175 (68.75% from 255) = 49.02%

R = 38.66%
G = 12.32%
B = 49.02%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8A2CAF (or 0x8A2CAF) is known color: Dark Orchid. HEX triplet: 8A, 2C and AF. RGB value is (138,44,175). Sum of RGB (Red+Green+Blue) = 138+44+175=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A2CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2CAF is #75D350. Grayscale: #565656. Windows color (decimal): -7721809 or 11480202. OLE color: 11480202.

HSL color Cylindrical-coordinate representation of color #8A2CAF: hue angle of 283.05º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A2CAF is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 44 175 -
CMYK 0.21 0.75 0 0.31
HSL 283.05º 0.6% 0.43% -
HSV(B) 283.05º 0.75% 0.69% -
XYZ 19.12 10.3 41.54 -
YUV 87.04 177.64 164.35 -
System Red Green Blue C M Y K H S L
Decimal 138 44 175 0.21 0.75 0 0.31 283.05 0.6 0.43
Hex 8A 2C AF 15 4B 0 1F 11B 3C 2B
Octal 212 54 257 25 113 0 37 433 74 53
Binary 10001010 101100 10101111 10101 1001011 0 11111 100011011 111100 101011

Color Harmonies of #8A2CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2CAF

Black with #8A2CAF

Text Example


Text Example

White with #8A2CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,44,175); }

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

background-color css

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

 a { background-color: rgb(138,44,175); }

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

border-color css

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

 span { border-color: rgb(138,44,175); }

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