Html Css Color HEX #9B3ABF Dark Orchid

📋 copy color: '#9B3ABF'

red 155 ◦ green 58 ◦ blue 191

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

Shades of Dark Orchid #9B3ABF

Tints of Dark Orchid #9B3ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.28%

R = 38.37%
G = 14.36%
B = 47.28%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B3ABF (or 0x9B3ABF) is known color: Dark Orchid. HEX triplet: 9B, 3A and BF. RGB value is (155,58,191). Sum of RGB (Red+Green+Blue) = 155+58+191=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B3ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3ABF is #64C540. Grayscale: #656565. Windows color (decimal): -6604097 or 12532379. OLE color: 12532379.

HSL color Cylindrical-coordinate representation of color #9B3ABF: hue angle of 283.76º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B3ABF is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 58 191 -
CMYK 0.19 0.70 0 0.25
HSL 283.76º 0.53% 0.49% -
HSV(B) 283.76º 0.7% 0.75% -
XYZ 24.43 13.76 50.66 -
YUV 102.17 178.14 165.69 -
System Red Green Blue C M Y K H S L
Decimal 155 58 191 0.19 0.70 0 0.25 283.76 0.53 0.49
Hex 9B 3A BF 13 46 0 19 11C 35 31
Octal 233 72 277 23 106 0 31 434 65 61
Binary 10011011 111010 10111111 10011 1000110 0 11001 100011100 110101 110001

Color Harmonies of #9B3ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3ABF

Black with #9B3ABF

Text Example


Text Example

White with #9B3ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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