Html Css Color HEX #9A2BBB Dark Orchid

📋 copy color: '#9A2BBB'

red 154 ◦ green 43 ◦ blue 187

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

Shades of Dark Orchid #9A2BBB

Tints of Dark Orchid #9A2BBB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.2%

 BLUE value IS 187 (73.44% from 255) = 48.7%

R = 40.1%
G = 11.2%
B = 48.7%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A2BBB (or 0x9A2BBB) is known color: Dark Orchid. HEX triplet: 9A, 2B and BB. RGB value is (154,43,187). Sum of RGB (Red+Green+Blue) = 154+43+187=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A2BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2BBB is #65D444. Grayscale: #5C5C5C. Windows color (decimal): -6673477 or 12266394. OLE color: 12266394.

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

Color convert

RGB 154 43 187 -
CMYK 0.18 0.77 0 0.27
HSL 286.25º 0.63% 0.45% -
HSV(B) 286.25º 0.77% 0.73% -
XYZ 23.16 12.19 48.15 -
YUV 92.61 181.27 171.79 -
System Red Green Blue C M Y K H S L
Decimal 154 43 187 0.18 0.77 0 0.27 286.25 0.63 0.45
Hex 9A 2B BB 12 4D 0 1B 11E 3F 2D
Octal 232 53 273 22 115 0 33 436 77 55
Binary 10011010 101011 10111011 10010 1001101 0 11011 100011110 111111 101101

Color Harmonies of #9A2BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2BBB

Black with #9A2BBB

Text Example


Text Example

White with #9A2BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,43,187); }

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

background-color css

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

 a { background-color: rgb(154,43,187); }

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

border-color css

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

 span { border-color: rgb(154,43,187); }

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