Html Css Color HEX #9A2FBC Dark Orchid

📋 copy color: '#9A2FBC'

red 154 ◦ green 47 ◦ blue 188

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

Shades of Dark Orchid #9A2FBC

Tints of Dark Orchid #9A2FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.33%

R = 39.59%
G = 12.08%
B = 48.33%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9A2FBC (or 0x9A2FBC) is known color: Dark Orchid. HEX triplet: 9A, 2F and BC. RGB value is (154,47,188). Sum of RGB (Red+Green+Blue) = 154+47+188=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A2FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2FBC is #65D043. Grayscale: #5E5E5E. Windows color (decimal): -6672452 or 12332954. OLE color: 12332954.

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

Color convert

RGB 154 47 188 -
CMYK 0.18 0.75 0 0.26
HSL 285.53º 0.6% 0.46% -
HSV(B) 285.53º 0.75% 0.74% -
XYZ 23.42 12.53 48.76 -
YUV 95.07 180.45 170.04 -
System Red Green Blue C M Y K H S L
Decimal 154 47 188 0.18 0.75 0 0.26 285.53 0.6 0.46
Hex 9A 2F BC 12 4B 0 1A 11E 3C 2E
Octal 232 57 274 22 113 0 32 436 74 56
Binary 10011010 101111 10111100 10010 1001011 0 11010 100011110 111100 101110

Color Harmonies of #9A2FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2FBC

Black with #9A2FBC

Text Example


Text Example

White with #9A2FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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