Html Css Color HEX #8A24BE Dark Orchid

📋 copy color: '#8A24BE'

red 138 ◦ green 36 ◦ blue 190

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

Shades of Dark Orchid #8A24BE

Tints of Dark Orchid #8A24BE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.89%

 BLUE value IS 190 (74.61% from 255) = 52.2%

R = 37.91%
G = 9.89%
B = 52.2%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A24BE (or 0x8A24BE) is known color: Dark Orchid. HEX triplet: 8A, 24 and BE. RGB value is (138,36,190). Sum of RGB (Red+Green+Blue) = 138+36+190=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A24BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A24BE is #75DB41. Grayscale: #535353. Windows color (decimal): -7723842 or 12461194. OLE color: 12461194.

HSL color Cylindrical-coordinate representation of color #8A24BE: hue angle of 279.74º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A24BE is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 36 190 -
CMYK 0.27 0.81 0 0.25
HSL 279.74º 0.68% 0.44% -
HSV(B) 279.74º 0.81% 0.75% -
XYZ 20.41 10.38 49.64 -
YUV 84.05 187.79 166.48 -
System Red Green Blue C M Y K H S L
Decimal 138 36 190 0.27 0.81 0 0.25 279.74 0.68 0.44
Hex 8A 24 BE 1B 51 0 19 118 44 2C
Octal 212 44 276 33 121 0 31 430 104 54
Binary 10001010 100100 10111110 11011 1010001 0 11001 100011000 1000100 101100

Color Harmonies of #8A24BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A24BE

Black with #8A24BE

Text Example


Text Example

White with #8A24BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,36,190); }

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

background-color css

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

 a { background-color: rgb(138,36,190); }

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

border-color css

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

 span { border-color: rgb(138,36,190); }

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