Html Css Color HEX #9B34BB Dark Orchid

📋 copy color: '#9B34BB'

red 155 ◦ green 52 ◦ blue 187

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

Shades of Dark Orchid #9B34BB

Tints of Dark Orchid #9B34BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.46%

R = 39.34%
G = 13.2%
B = 47.46%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B34BB (or 0x9B34BB) is known color: Dark Orchid. HEX triplet: 9B, 34 and BB. RGB value is (155,52,187). Sum of RGB (Red+Green+Blue) = 155+52+187=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B34BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B34BB is #64CB44. Grayscale: #616161. Windows color (decimal): -6605637 or 12268699. OLE color: 12268699.

HSL color Cylindrical-coordinate representation of color #9B34BB: hue angle of 285.78º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B34BB is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 52 187 -
CMYK 0.17 0.72 0 0.27
HSL 285.78º 0.56% 0.47% -
HSV(B) 285.78º 0.72% 0.73% -
XYZ 23.72 13.01 48.28 -
YUV 98.19 178.12 168.52 -
System Red Green Blue C M Y K H S L
Decimal 155 52 187 0.17 0.72 0 0.27 285.78 0.56 0.47
Hex 9B 34 BB 11 48 0 1B 11E 38 2F
Octal 233 64 273 21 110 0 33 436 70 57
Binary 10011011 110100 10111011 10001 1001000 0 11011 100011110 111000 101111

Color Harmonies of #9B34BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B34BB

Black with #9B34BB

Text Example


Text Example

White with #9B34BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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