Html Css Color HEX #9B34AB Dark Orchid

📋 copy color: '#9B34AB'

red 155 ◦ green 52 ◦ blue 171

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

Shades of Dark Orchid #9B34AB

Tints of Dark Orchid #9B34AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.24%

R = 41.01%
G = 13.76%
B = 45.24%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B34AB (or 0x9B34AB) is known color: Dark Orchid. HEX triplet: 9B, 34 and AB. RGB value is (155,52,171). Sum of RGB (Red+Green+Blue) = 155+52+171=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B34AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B34AB is #64CB54. Grayscale: #5F5F5F. Windows color (decimal): -6605653 or 11220123. OLE color: 11220123.

HSL color Cylindrical-coordinate representation of color #9B34AB: hue angle of 291.93º degrees, saturation: 0.53, 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 #9B34AB is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 52 171 -
CMYK 0.09 0.70 0 0.33
HSL 291.93º 0.53% 0.44% -
HSV(B) 291.93º 0.7% 0.67% -
XYZ 22.1 12.36 39.75 -
YUV 96.36 170.12 169.82 -
System Red Green Blue C M Y K H S L
Decimal 155 52 171 0.09 0.70 0 0.33 291.93 0.53 0.44
Hex 9B 34 AB 9 46 0 21 124 35 2C
Octal 233 64 253 11 106 0 41 444 65 54
Binary 10011011 110100 10101011 1001 1000110 0 100001 100100100 110101 101100

Color Harmonies of #9B34AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B34AB

Black with #9B34AB

Text Example


Text Example

White with #9B34AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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