Html Css Color HEX #9B34AD Dark Orchid

📋 copy color: '#9B34AD'

red 155 ◦ green 52 ◦ blue 173

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

Shades of Dark Orchid #9B34AD

Tints of Dark Orchid #9B34AD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.68%

 BLUE value IS 173 (67.97% from 255) = 45.53%

R = 40.79%
G = 13.68%
B = 45.53%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B34AD (or 0x9B34AD) is known color: Dark Orchid. HEX triplet: 9B, 34 and AD. RGB value is (155,52,173). Sum of RGB (Red+Green+Blue) = 155+52+173=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B34AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B34AD is #64CB52. Grayscale: #606060. Windows color (decimal): -6605651 or 11351195. OLE color: 11351195.

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

Color convert

RGB 155 52 173 -
CMYK 0.10 0.70 0 0.32
HSL 291.07º 0.54% 0.44% -
HSV(B) 291.07º 0.7% 0.68% -
XYZ 22.29 12.44 40.76 -
YUV 96.59 171.12 169.66 -
System Red Green Blue C M Y K H S L
Decimal 155 52 173 0.10 0.70 0 0.32 291.07 0.54 0.44
Hex 9B 34 AD A 46 0 20 123 36 2C
Octal 233 64 255 12 106 0 40 443 66 54
Binary 10011011 110100 10101101 1010 1000110 0 100000 100100011 110110 101100

Color Harmonies of #9B34AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B34AD

Black with #9B34AD

Text Example


Text Example

White with #9B34AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,52,173); }

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

background-color css

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

 a { background-color: rgb(155,52,173); }

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

border-color css

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

 span { border-color: rgb(155,52,173); }

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