Html Css Color HEX #9B39BA Dark Orchid

📋 copy color: '#9B39BA'

red 155 ◦ green 57 ◦ blue 186

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

Shades of Dark Orchid #9B39BA

Tints of Dark Orchid #9B39BA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.32%

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

R = 38.94%
G = 14.32%
B = 46.73%

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

#9B39BA (or 0x9B39BA) is known color: Dark Orchid. HEX triplet: 9B, 39 and BA. RGB value is (155,57,186). Sum of RGB (Red+Green+Blue) = 155+57+186=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B39BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B39BA is #64C645. Grayscale: #646464. Windows color (decimal): -6604358 or 12204443. OLE color: 12204443.

HSL color Cylindrical-coordinate representation of color #9B39BA: hue angle of 285.58º degrees, saturation: 0.53, 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 #9B39BA is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 57 186 -
CMYK 0.17 0.69 0 0.27
HSL 285.58º 0.53% 0.48% -
HSV(B) 285.58º 0.69% 0.73% -
XYZ 23.84 13.44 47.79 -
YUV 101.01 175.97 166.51 -
System Red Green Blue C M Y K H S L
Decimal 155 57 186 0.17 0.69 0 0.27 285.58 0.53 0.48
Hex 9B 39 BA 11 45 0 1B 11E 35 30
Octal 233 71 272 21 105 0 33 436 65 60
Binary 10011011 111001 10111010 10001 1000101 0 11011 100011110 110101 110000

Color Harmonies of #9B39BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B39BA

Black with #9B39BA

Text Example


Text Example

White with #9B39BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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