Html Css Color HEX #9B3ABA Dark Orchid

📋 copy color: '#9B3ABA'

red 155 ◦ green 58 ◦ blue 186

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

Shades of Dark Orchid #9B3ABA

Tints of Dark Orchid #9B3ABA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.54%

 BLUE value IS 186 (73.05% from 255) = 46.62%

R = 38.85%
G = 14.54%
B = 46.62%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B3ABA (or 0x9B3ABA) is known color: Dark Orchid. HEX triplet: 9B, 3A and BA. RGB value is (155,58,186). Sum of RGB (Red+Green+Blue) = 155+58+186=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B3ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3ABA is #64C545. Grayscale: #656565. Windows color (decimal): -6604102 or 12204699. OLE color: 12204699.

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

Color convert

RGB 155 58 186 -
CMYK 0.17 0.69 0 0.27
HSL 285.47º 0.52% 0.48% -
HSV(B) 285.47º 0.69% 0.73% -
XYZ 23.89 13.54 47.81 -
YUV 101.6 175.64 166.09 -
System Red Green Blue C M Y K H S L
Decimal 155 58 186 0.17 0.69 0 0.27 285.47 0.52 0.48
Hex 9B 3A BA 11 45 0 1B 11D 34 30
Octal 233 72 272 21 105 0 33 435 64 60
Binary 10011011 111010 10111010 10001 1000101 0 11011 100011101 110100 110000

Color Harmonies of #9B3ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3ABA

Black with #9B3ABA

Text Example


Text Example

White with #9B3ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,58,186); }

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

background-color css

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

 a { background-color: rgb(155,58,186); }

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

border-color css

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

 span { border-color: rgb(155,58,186); }

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