Html Css Color HEX #8A2DBE Dark Orchid

📋 copy color: '#8A2DBE'

red 138 ◦ green 45 ◦ blue 190

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

Shades of Dark Orchid #8A2DBE

Tints of Dark Orchid #8A2DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.06%

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

R = 37%
G = 12.06%
B = 50.94%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A2DBE (or 0x8A2DBE) is known color: Dark Orchid. HEX triplet: 8A, 2D and BE. RGB value is (138,45,190). Sum of RGB (Red+Green+Blue) = 138+45+190=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 45 (17.97% from 255 or 12.06% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A2DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2DBE is #75D241. Grayscale: #585858. Windows color (decimal): -7721538 or 12463498. OLE color: 12463498.

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

Color convert

RGB 138 45 190 -
CMYK 0.27 0.76 0 0.25
HSL 278.48º 0.62% 0.46% -
HSV(B) 278.48º 0.76% 0.75% -
XYZ 20.71 11 49.75 -
YUV 89.34 184.81 162.71 -
System Red Green Blue C M Y K H S L
Decimal 138 45 190 0.27 0.76 0 0.25 278.48 0.62 0.46
Hex 8A 2D BE 1B 4C 0 19 116 3E 2E
Octal 212 55 276 33 114 0 31 426 76 56
Binary 10001010 101101 10111110 11011 1001100 0 11001 100010110 111110 101110

Color Harmonies of #8A2DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2DBE

Black with #8A2DBE

Text Example


Text Example

White with #8A2DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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