Html Css Color HEX #9B3ACE Dark Orchid

📋 copy color: '#9B3ACE'

red 155 ◦ green 58 ◦ blue 206

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

Shades of Dark Orchid #9B3ACE

Tints of Dark Orchid #9B3ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 36.99%
G = 13.84%
B = 49.16%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B3ACE (or 0x9B3ACE) is known color: Dark Orchid. HEX triplet: 9B, 3A and CE. RGB value is (155,58,206). Sum of RGB (Red+Green+Blue) = 155+58+206=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B3ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3ACE is #64C531. Grayscale: #676767. Windows color (decimal): -6604082 or 13515419. OLE color: 13515419.

HSL color Cylindrical-coordinate representation of color #9B3ACE: hue angle of 279.32º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B3ACE is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 58 206 -
CMYK 0.25 0.72 0 0.19
HSL 279.32º 0.6% 0.52% -
HSV(B) 279.32º 0.72% 0.81% -
XYZ 26.17 14.45 59.8 -
YUV 103.88 185.64 164.47 -
System Red Green Blue C M Y K H S L
Decimal 155 58 206 0.25 0.72 0 0.19 279.32 0.6 0.52
Hex 9B 3A CE 19 48 0 13 117 3C 34
Octal 233 72 316 31 110 0 23 427 74 64
Binary 10011011 111010 11001110 11001 1001000 0 10011 100010111 111100 110100

Color Harmonies of #9B3ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3ACE

Black with #9B3ACE

Text Example


Text Example

White with #9B3ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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