Html Css Color HEX #9B37BF Dark Orchid

📋 copy color: '#9B37BF'

red 155 ◦ green 55 ◦ blue 191

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

Shades of Dark Orchid #9B37BF

Tints of Dark Orchid #9B37BF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.72%

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

R = 38.65%
G = 13.72%
B = 47.63%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B37BF (or 0x9B37BF) is known color: Dark Orchid. HEX triplet: 9B, 37 and BF. RGB value is (155,55,191). Sum of RGB (Red+Green+Blue) = 155+55+191=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B37BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B37BF is #64C840. Grayscale: #636363. Windows color (decimal): -6604865 or 12531611. OLE color: 12531611.

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

Color convert

RGB 155 55 191 -
CMYK 0.19 0.71 0 0.25
HSL 284.12º 0.55% 0.48% -
HSV(B) 284.12º 0.71% 0.75% -
XYZ 24.29 13.46 50.61 -
YUV 100.4 179.13 166.94 -
System Red Green Blue C M Y K H S L
Decimal 155 55 191 0.19 0.71 0 0.25 284.12 0.55 0.48
Hex 9B 37 BF 13 47 0 19 11C 37 30
Octal 233 67 277 23 107 0 31 434 67 60
Binary 10011011 110111 10111111 10011 1000111 0 11001 100011100 110111 110000

Color Harmonies of #9B37BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B37BF

Black with #9B37BF

Text Example


Text Example

White with #9B37BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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