Html Css Color HEX #9A2BBA Dark Orchid

📋 copy color: '#9A2BBA'

red 154 ◦ green 43 ◦ blue 186

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

Shades of Dark Orchid #9A2BBA

Tints of Dark Orchid #9A2BBA

RGB

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

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

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

R = 40.21%
G = 11.23%
B = 48.56%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A2BBA (or 0x9A2BBA) is known color: Dark Orchid. HEX triplet: 9A, 2B and BA. RGB value is (154,43,186). Sum of RGB (Red+Green+Blue) = 154+43+186=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A2BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2BBA is #65D445. Grayscale: #5C5C5C. Windows color (decimal): -6673478 or 12200858. OLE color: 12200858.

HSL color Cylindrical-coordinate representation of color #9A2BBA: hue angle of 286.57º degrees, saturation: 0.62, 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 #9A2BBA is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 43 186 -
CMYK 0.17 0.77 0 0.27
HSL 286.57º 0.62% 0.45% -
HSV(B) 286.57º 0.77% 0.73% -
XYZ 23.05 12.14 47.58 -
YUV 92.49 180.77 171.87 -
System Red Green Blue C M Y K H S L
Decimal 154 43 186 0.17 0.77 0 0.27 286.57 0.62 0.45
Hex 9A 2B BA 11 4D 0 1B 11F 3E 2D
Octal 232 53 272 21 115 0 33 437 76 55
Binary 10011010 101011 10111010 10001 1001101 0 11011 100011111 111110 101101

Color Harmonies of #9A2BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2BBA

Black with #9A2BBA

Text Example


Text Example

White with #9A2BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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