Html Css Color HEX #9A2FBA Dark Orchid

📋 copy color: '#9A2FBA'

red 154 ◦ green 47 ◦ blue 186

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

Shades of Dark Orchid #9A2FBA

Tints of Dark Orchid #9A2FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.14%

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

R = 39.79%
G = 12.14%
B = 48.06%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A2FBA (or 0x9A2FBA) is known color: Dark Orchid. HEX triplet: 9A, 2F and BA. RGB value is (154,47,186). Sum of RGB (Red+Green+Blue) = 154+47+186=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A2FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2FBA is #65D045. Grayscale: #5E5E5E. Windows color (decimal): -6672454 or 12201882. OLE color: 12201882.

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

Color convert

RGB 154 47 186 -
CMYK 0.17 0.75 0 0.27
HSL 286.19º 0.6% 0.46% -
HSV(B) 286.19º 0.75% 0.73% -
XYZ 23.21 12.45 47.63 -
YUV 94.84 179.45 170.2 -
System Red Green Blue C M Y K H S L
Decimal 154 47 186 0.17 0.75 0 0.27 286.19 0.6 0.46
Hex 9A 2F BA 11 4B 0 1B 11E 3C 2E
Octal 232 57 272 21 113 0 33 436 74 56
Binary 10011010 101111 10111010 10001 1001011 0 11011 100011110 111100 101110

Color Harmonies of #9A2FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2FBA

Black with #9A2FBA

Text Example


Text Example

White with #9A2FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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