Html Css Color HEX #9A2CBA Dark Orchid

📋 copy color: '#9A2CBA'

red 154 ◦ green 44 ◦ blue 186

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

Shades of Dark Orchid #9A2CBA

Tints of Dark Orchid #9A2CBA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.46%

 BLUE value IS 186 (73.05% from 255) = 48.44%

R = 40.1%
G = 11.46%
B = 48.44%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A2CBA (or 0x9A2CBA) is known color: Dark Orchid. HEX triplet: 9A, 2C and BA. RGB value is (154,44,186). Sum of RGB (Red+Green+Blue) = 154+44+186=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 44 (17.58% from 255 or 11.46% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A2CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2CBA is #65D345. Grayscale: #5C5C5C. Windows color (decimal): -6673222 or 12201114. OLE color: 12201114.

HSL color Cylindrical-coordinate representation of color #9A2CBA: hue angle of 286.48º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A2CBA is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 44 186 -
CMYK 0.17 0.76 0 0.27
HSL 286.48º 0.62% 0.45% -
HSV(B) 286.48º 0.76% 0.73% -
XYZ 23.09 12.22 47.6 -
YUV 93.08 180.44 171.45 -
System Red Green Blue C M Y K H S L
Decimal 154 44 186 0.17 0.76 0 0.27 286.48 0.62 0.45
Hex 9A 2C BA 11 4C 0 1B 11E 3E 2D
Octal 232 54 272 21 114 0 33 436 76 55
Binary 10011010 101100 10111010 10001 1001100 0 11011 100011110 111110 101101

Color Harmonies of #9A2CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2CBA

Black with #9A2CBA

Text Example


Text Example

White with #9A2CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,44,186); }

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

background-color css

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

 a { background-color: rgb(154,44,186); }

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

border-color css

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

 span { border-color: rgb(154,44,186); }

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