Html Css Color HEX #9A40BF Dark Orchid

📋 copy color: '#9A40BF'

red 154 ◦ green 64 ◦ blue 191

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

Shades of Dark Orchid #9A40BF

Tints of Dark Orchid #9A40BF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.65%

 BLUE value IS 191 (75% from 255) = 46.7%

R = 37.65%
G = 15.65%
B = 46.7%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A40BF (or 0x9A40BF) is known color: Dark Orchid. HEX triplet: 9A, 40 and BF. RGB value is (154,64,191). Sum of RGB (Red+Green+Blue) = 154+64+191=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A40BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A40BF is #65BF40. Grayscale: #686868. Windows color (decimal): -6668097 or 12533914. OLE color: 12533914.

HSL color Cylindrical-coordinate representation of color #9A40BF: hue angle of 282.52º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A40BF is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 64 191 -
CMYK 0.19 0.66 0 0.25
HSL 282.52º 0.5% 0.5% -
HSV(B) 282.52º 0.66% 0.75% -
XYZ 24.56 14.3 50.76 -
YUV 105.39 176.32 162.67 -
System Red Green Blue C M Y K H S L
Decimal 154 64 191 0.19 0.66 0 0.25 282.52 0.5 0.5
Hex 9A 40 BF 13 42 0 19 11B 32 32
Octal 232 100 277 23 102 0 31 433 62 62
Binary 10011010 1000000 10111111 10011 1000010 0 11001 100011011 110010 110010

Color Harmonies of #9A40BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A40BF

Black with #9A40BF

Text Example


Text Example

White with #9A40BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,64,191); }

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

background-color css

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

 a { background-color: rgb(154,64,191); }

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

border-color css

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

 span { border-color: rgb(154,64,191); }

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