Html Css Color HEX #9B3BBB Dark Orchid

📋 copy color: '#9B3BBB'

red 155 ◦ green 59 ◦ blue 187

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

Shades of Dark Orchid #9B3BBB

Tints of Dark Orchid #9B3BBB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.71%

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

R = 38.65%
G = 14.71%
B = 46.63%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B3BBB (or 0x9B3BBB) is known color: Dark Orchid. HEX triplet: 9B, 3B and BB. RGB value is (155,59,187). Sum of RGB (Red+Green+Blue) = 155+59+187=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 59 (23.44% from 255 or 14.71% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B3BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3BBB is #64C444. Grayscale: #656565. Windows color (decimal): -6603845 or 12270491. OLE color: 12270491.

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

Color convert

RGB 155 59 187 -
CMYK 0.17 0.68 0 0.27
HSL 285º 0.52% 0.48% -
HSV(B) 285º 0.68% 0.73% -
XYZ 24.05 13.68 48.39 -
YUV 102.3 175.8 165.59 -
System Red Green Blue C M Y K H S L
Decimal 155 59 187 0.17 0.68 0 0.27 285 0.52 0.48
Hex 9B 3B BB 11 44 0 1B 11D 34 30
Octal 233 73 273 21 104 0 33 435 64 60
Binary 10011011 111011 10111011 10001 1000100 0 11011 100011101 110100 110000

Color Harmonies of #9B3BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3BBB

Black with #9B3BBB

Text Example


Text Example

White with #9B3BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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