Html Css Color HEX #8A2DCF Dark Orchid

📋 copy color: '#8A2DCF'

red 138 ◦ green 45 ◦ blue 207

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

Shades of Dark Orchid #8A2DCF

Tints of Dark Orchid #8A2DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.08%

R = 35.38%
G = 11.54%
B = 53.08%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A2DCF (or 0x8A2DCF) is known color: Dark Orchid. HEX triplet: 8A, 2D and CF. RGB value is (138,45,207). Sum of RGB (Red+Green+Blue) = 138+45+207=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A2DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2DCF is #75D230. Grayscale: #5A5A5A. Windows color (decimal): -7721521 or 13577610. OLE color: 13577610.

HSL color Cylindrical-coordinate representation of color #8A2DCF: hue angle of 274.44º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A2DCF is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 45 207 -
CMYK 0.33 0.78 0 0.19
HSL 274.44º 0.64% 0.49% -
HSV(B) 274.44º 0.78% 0.81% -
XYZ 22.68 11.79 60.11 -
YUV 91.28 193.31 161.33 -
System Red Green Blue C M Y K H S L
Decimal 138 45 207 0.33 0.78 0 0.19 274.44 0.64 0.49
Hex 8A 2D CF 21 4E 0 13 112 40 31
Octal 212 55 317 41 116 0 23 422 100 61
Binary 10001010 101101 11001111 100001 1001110 0 10011 100010010 1000000 110001

Color Harmonies of #8A2DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2DCF

Black with #8A2DCF

Text Example


Text Example

White with #8A2DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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