Html Css Color HEX #9B33BF Dark Orchid

📋 copy color: '#9B33BF'

red 155 ◦ green 51 ◦ blue 191

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

Shades of Dark Orchid #9B33BF

Tints of Dark Orchid #9B33BF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.85%

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

R = 39.04%
G = 12.85%
B = 48.11%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B33BF (or 0x9B33BF) is known color: Dark Orchid. HEX triplet: 9B, 33 and BF. RGB value is (155,51,191). Sum of RGB (Red+Green+Blue) = 155+51+191=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B33BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B33BF is #64CC40. Grayscale: #616161. Windows color (decimal): -6605889 or 12530587. OLE color: 12530587.

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

Color convert

RGB 155 51 191 -
CMYK 0.19 0.73 0 0.25
HSL 284.57º 0.58% 0.47% -
HSV(B) 284.57º 0.73% 0.75% -
XYZ 24.11 13.1 50.55 -
YUV 98.06 180.46 168.62 -
System Red Green Blue C M Y K H S L
Decimal 155 51 191 0.19 0.73 0 0.25 284.57 0.58 0.47
Hex 9B 33 BF 13 49 0 19 11D 3A 2F
Octal 233 63 277 23 111 0 31 435 72 57
Binary 10011011 110011 10111111 10011 1001001 0 11001 100011101 111010 101111

Color Harmonies of #9B33BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B33BF

Black with #9B33BF

Text Example


Text Example

White with #9B33BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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