Html Css Color HEX #9B40BF Dark Orchid

📋 copy color: '#9B40BF'

red 155 ◦ green 64 ◦ blue 191

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

Shades of Dark Orchid #9B40BF

Tints of Dark Orchid #9B40BF

RGB

 RED value IS 155 (60.94% from 255) = 37.8%

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

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

R = 37.8%
G = 15.61%
B = 46.59%

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

#9B40BF (or 0x9B40BF) is known color: Dark Orchid. HEX triplet: 9B, 40 and BF. RGB value is (155,64,191). Sum of RGB (Red+Green+Blue) = 155+64+191=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B40BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B40BF is #64BF40. Grayscale: #696969. Windows color (decimal): -6602561 or 12533915. OLE color: 12533915.

HSL color Cylindrical-coordinate representation of color #9B40BF: hue angle of 282.99º 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 #9B40BF is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 64 191 -
CMYK 0.19 0.66 0 0.25
HSL 282.99º 0.5% 0.5% -
HSV(B) 282.99º 0.66% 0.75% -
XYZ 24.75 14.4 50.76 -
YUV 105.69 176.15 163.17 -
System Red Green Blue C M Y K H S L
Decimal 155 64 191 0.19 0.66 0 0.25 282.99 0.5 0.5
Hex 9B 40 BF 13 42 0 19 11B 32 32
Octal 233 100 277 23 102 0 31 433 62 62
Binary 10011011 1000000 10111111 10011 1000010 0 11001 100011011 110010 110010

Color Harmonies of #9B40BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B40BF

Black with #9B40BF

Text Example


Text Example

White with #9B40BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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