Html Css Color HEX #9A2DBE Dark Orchid

📋 copy color: '#9A2DBE'

red 154 ◦ green 45 ◦ blue 190

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

Shades of Dark Orchid #9A2DBE

Tints of Dark Orchid #9A2DBE

RGB

 RED value IS 154 (60.55% from 255) = 39.59%

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

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

R = 39.59%
G = 11.57%
B = 48.84%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A2DBE (or 0x9A2DBE) is known color: Dark Orchid. HEX triplet: 9A, 2D and BE. RGB value is (154,45,190). Sum of RGB (Red+Green+Blue) = 154+45+190=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A2DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2DBE is #65D241. Grayscale: #5D5D5D. Windows color (decimal): -6672962 or 12463514. OLE color: 12463514.

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

Color convert

RGB 154 45 190 -
CMYK 0.19 0.76 0 0.25
HSL 285.1º 0.62% 0.46% -
HSV(B) 285.1º 0.76% 0.75% -
XYZ 23.56 12.46 49.88 -
YUV 94.12 182.11 170.71 -
System Red Green Blue C M Y K H S L
Decimal 154 45 190 0.19 0.76 0 0.25 285.1 0.62 0.46
Hex 9A 2D BE 13 4C 0 19 11D 3E 2E
Octal 232 55 276 23 114 0 31 435 76 56
Binary 10011010 101101 10111110 10011 1001100 0 11001 100011101 111110 101110

Color Harmonies of #9A2DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2DBE

Black with #9A2DBE

Text Example


Text Example

White with #9A2DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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