Html Css Color HEX #9B3ADC Dark Orchid

📋 copy color: '#9B3ADC'

red 155 ◦ green 58 ◦ blue 220

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

Shades of Dark Orchid #9B3ADC

Tints of Dark Orchid #9B3ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.81%

R = 35.8%
G = 13.39%
B = 50.81%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B3ADC (or 0x9B3ADC) is known color: Dark Orchid. HEX triplet: 9B, 3A and DC. RGB value is (155,58,220). Sum of RGB (Red+Green+Blue) = 155+58+220=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B3ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3ADC is #64C523. Grayscale: #686868. Windows color (decimal): -6604068 or 14432923. OLE color: 14432923.

HSL color Cylindrical-coordinate representation of color #9B3ADC: hue angle of 275.93º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B3ADC is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 58 220 -
CMYK 0.30 0.74 0 0.14
HSL 275.93º 0.7% 0.55% -
HSV(B) 275.93º 0.74% 0.86% -
XYZ 27.95 15.16 69.16 -
YUV 105.47 192.64 163.33 -
System Red Green Blue C M Y K H S L
Decimal 155 58 220 0.30 0.74 0 0.14 275.93 0.7 0.55
Hex 9B 3A DC 1E 4A 0 E 114 46 37
Octal 233 72 334 36 112 0 16 424 106 67
Binary 10011011 111010 11011100 11110 1001010 0 1110 100010100 1000110 110111

Color Harmonies of #9B3ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3ADC

Black with #9B3ADC

Text Example


Text Example

White with #9B3ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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