Html Css Color HEX #9A2EBC Dark Orchid

📋 copy color: '#9A2EBC'

red 154 ◦ green 46 ◦ blue 188

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

Shades of Dark Orchid #9A2EBC

Tints of Dark Orchid #9A2EBC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.86%

 BLUE value IS 188 (73.83% from 255) = 48.45%

R = 39.69%
G = 11.86%
B = 48.45%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9A2EBC (or 0x9A2EBC) is known color: Dark Orchid. HEX triplet: 9A, 2E and BC. RGB value is (154,46,188). Sum of RGB (Red+Green+Blue) = 154+46+188=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A2EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2EBC is #65D143. Grayscale: #5E5E5E. Windows color (decimal): -6672708 or 12332698. OLE color: 12332698.

HSL color Cylindrical-coordinate representation of color #9A2EBC: hue angle of 285.63º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A2EBC is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 46 188 -
CMYK 0.18 0.76 0 0.26
HSL 285.63º 0.61% 0.46% -
HSV(B) 285.63º 0.76% 0.74% -
XYZ 23.38 12.45 48.75 -
YUV 94.48 180.78 170.45 -
System Red Green Blue C M Y K H S L
Decimal 154 46 188 0.18 0.76 0 0.26 285.63 0.61 0.46
Hex 9A 2E BC 12 4C 0 1A 11E 3D 2E
Octal 232 56 274 22 114 0 32 436 75 56
Binary 10011010 101110 10111100 10010 1001100 0 11010 100011110 111101 101110

Color Harmonies of #9A2EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2EBC

Black with #9A2EBC

Text Example


Text Example

White with #9A2EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,46,188); }

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

background-color css

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

 a { background-color: rgb(154,46,188); }

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

border-color css

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

 span { border-color: rgb(154,46,188); }

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