Html Css Color HEX #8A32BE Dark Orchid

📋 copy color: '#8A32BE'

red 138 ◦ green 50 ◦ blue 190

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

Shades of Dark Orchid #8A32BE

Tints of Dark Orchid #8A32BE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.23%

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

R = 36.51%
G = 13.23%
B = 50.26%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A32BE (or 0x8A32BE) is known color: Dark Orchid. HEX triplet: 8A, 32 and BE. RGB value is (138,50,190). Sum of RGB (Red+Green+Blue) = 138+50+190=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A32BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A32BE is #75CD41. Grayscale: #5B5B5B. Windows color (decimal): -7720258 or 12464778. OLE color: 12464778.

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

Color convert

RGB 138 50 190 -
CMYK 0.27 0.74 0 0.25
HSL 277.71º 0.58% 0.47% -
HSV(B) 277.71º 0.74% 0.75% -
XYZ 20.92 11.4 49.81 -
YUV 92.27 183.15 160.62 -
System Red Green Blue C M Y K H S L
Decimal 138 50 190 0.27 0.74 0 0.25 277.71 0.58 0.47
Hex 8A 32 BE 1B 4A 0 19 116 3A 2F
Octal 212 62 276 33 112 0 31 426 72 57
Binary 10001010 110010 10111110 11011 1001010 0 11001 100010110 111010 101111

Color Harmonies of #8A32BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A32BE

Black with #8A32BE

Text Example


Text Example

White with #8A32BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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