Html Css Color HEX #8A2DBF Dark Orchid

📋 copy color: '#8A2DBF'

red 138 ◦ green 45 ◦ blue 191

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

Shades of Dark Orchid #8A2DBF

Tints of Dark Orchid #8A2DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.07%

R = 36.9%
G = 12.03%
B = 51.07%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A2DBF (or 0x8A2DBF) is known color: Dark Orchid. HEX triplet: 8A, 2D and BF. RGB value is (138,45,191). Sum of RGB (Red+Green+Blue) = 138+45+191=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A2DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2DBF is #75D240. Grayscale: #585858. Windows color (decimal): -7721537 or 12529034. OLE color: 12529034.

HSL color Cylindrical-coordinate representation of color #8A2DBF: hue angle of 278.22º 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 #8A2DBF is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 45 191 -
CMYK 0.28 0.76 0 0.25
HSL 278.22º 0.62% 0.46% -
HSV(B) 278.22º 0.76% 0.75% -
XYZ 20.82 11.04 50.32 -
YUV 89.45 185.31 162.63 -
System Red Green Blue C M Y K H S L
Decimal 138 45 191 0.28 0.76 0 0.25 278.22 0.62 0.46
Hex 8A 2D BF 1C 4C 0 19 116 3E 2E
Octal 212 55 277 34 114 0 31 426 76 56
Binary 10001010 101101 10111111 11100 1001100 0 11001 100010110 111110 101110

Color Harmonies of #8A2DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2DBF

Black with #8A2DBF

Text Example


Text Example

White with #8A2DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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