Html Css Color HEX #9B33AC Dark Orchid

📋 copy color: '#9B33AC'

red 155 ◦ green 51 ◦ blue 172

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

Shades of Dark Orchid #9B33AC

Tints of Dark Orchid #9B33AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.5%

R = 41.01%
G = 13.49%
B = 45.5%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B33AC (or 0x9B33AC) is known color: Dark Orchid. HEX triplet: 9B, 33 and AC. RGB value is (155,51,172). Sum of RGB (Red+Green+Blue) = 155+51+172=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B33AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B33AC is #64CC53. Grayscale: #5F5F5F. Windows color (decimal): -6605908 or 11285403. OLE color: 11285403.

HSL color Cylindrical-coordinate representation of color #9B33AC: hue angle of 291.57º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B33AC is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 51 172 -
CMYK 0.10 0.70 0 0.33
HSL 291.57º 0.54% 0.44% -
HSV(B) 291.57º 0.7% 0.67% -
XYZ 22.15 12.31 40.24 -
YUV 95.89 170.96 170.16 -
System Red Green Blue C M Y K H S L
Decimal 155 51 172 0.10 0.70 0 0.33 291.57 0.54 0.44
Hex 9B 33 AC A 46 0 21 124 36 2C
Octal 233 63 254 12 106 0 41 444 66 54
Binary 10011011 110011 10101100 1010 1000110 0 100001 100100100 110110 101100

Color Harmonies of #9B33AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B33AC

Black with #9B33AC

Text Example


Text Example

White with #9B33AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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