Html Css Color HEX #9A2FCB Dark Orchid

📋 copy color: '#9A2FCB'

red 154 ◦ green 47 ◦ blue 203

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

Shades of Dark Orchid #9A2FCB

Tints of Dark Orchid #9A2FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.25%

R = 38.12%
G = 11.63%
B = 50.25%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A2FCB (or 0x9A2FCB) is known color: Dark Orchid. HEX triplet: 9A, 2F and CB. RGB value is (154,47,203). Sum of RGB (Red+Green+Blue) = 154+47+203=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A2FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2FCB is #65D034. Grayscale: #606060. Windows color (decimal): -6672437 or 13315994. OLE color: 13315994.

HSL color Cylindrical-coordinate representation of color #9A2FCB: hue angle of 281.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A2FCB is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 47 203 -
CMYK 0.24 0.77 0 0.20
HSL 281.15º 0.62% 0.49% -
HSV(B) 281.15º 0.77% 0.8% -
XYZ 25.12 13.21 57.73 -
YUV 96.78 187.95 168.82 -
System Red Green Blue C M Y K H S L
Decimal 154 47 203 0.24 0.77 0 0.20 281.15 0.62 0.49
Hex 9A 2F CB 18 4D 0 14 119 3E 31
Octal 232 57 313 30 115 0 24 431 76 61
Binary 10011010 101111 11001011 11000 1001101 0 10100 100011001 111110 110001

Color Harmonies of #9A2FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2FCB

Black with #9A2FCB

Text Example


Text Example

White with #9A2FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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