Html Css Color HEX #9A2BBD Dark Orchid

📋 copy color: '#9A2BBD'

red 154 ◦ green 43 ◦ blue 189

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

Shades of Dark Orchid #9A2BBD

Tints of Dark Orchid #9A2BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.96%

R = 39.9%
G = 11.14%
B = 48.96%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9A2BBD (or 0x9A2BBD) is known color: Dark Orchid. HEX triplet: 9A, 2B and BD. RGB value is (154,43,189). Sum of RGB (Red+Green+Blue) = 154+43+189=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A2BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2BBD is #65D442. Grayscale: #5C5C5C. Windows color (decimal): -6673475 or 12397466. OLE color: 12397466.

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

Color convert

RGB 154 43 189 -
CMYK 0.19 0.77 0 0.26
HSL 285.62º 0.63% 0.45% -
HSV(B) 285.62º 0.77% 0.74% -
XYZ 23.38 12.27 49.28 -
YUV 92.83 182.27 171.63 -
System Red Green Blue C M Y K H S L
Decimal 154 43 189 0.19 0.77 0 0.26 285.62 0.63 0.45
Hex 9A 2B BD 13 4D 0 1A 11E 3F 2D
Octal 232 53 275 23 115 0 32 436 77 55
Binary 10011010 101011 10111101 10011 1001101 0 11010 100011110 111111 101101

Color Harmonies of #9A2BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2BBD

Black with #9A2BBD

Text Example


Text Example

White with #9A2BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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