Html Css Color HEX #9B3AB7 Dark Orchid

📋 copy color: '#9B3AB7'

red 155 ◦ green 58 ◦ blue 183

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

Shades of Dark Orchid #9B3AB7

Tints of Dark Orchid #9B3AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 46.21%

R = 39.14%
G = 14.65%
B = 46.21%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9B3AB7 (or 0x9B3AB7) is known color: Dark Orchid. HEX triplet: 9B, 3A and B7. RGB value is (155,58,183). Sum of RGB (Red+Green+Blue) = 155+58+183=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 183 (71.88% from 255 or 46.21% from 396); Max value from RGB is 183 - color contains mainly: blue. Hex color #9B3AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3AB7 is #64C548. Grayscale: #646464. Windows color (decimal): -6604105 or 12008091. OLE color: 12008091.

HSL color Cylindrical-coordinate representation of color #9B3AB7: hue angle of 286.56º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B3AB7 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 155 58 183 -
CMYK 0.15 0.68 0 0.28
HSL 286.56º 0.52% 0.47% -
HSV(B) 286.56º 0.68% 0.72% -
XYZ 23.58 13.41 46.15 -
YUV 101.25 174.14 166.34 -
System Red Green Blue C M Y K H S L
Decimal 155 58 183 0.15 0.68 0 0.28 286.56 0.52 0.47
Hex 9B 3A B7 F 44 0 1C 11F 34 2F
Octal 233 72 267 17 104 0 34 437 64 57
Binary 10011011 111010 10110111 1111 1000100 0 11100 100011111 110100 101111

Color Harmonies of #9B3AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3AB7

Black with #9B3AB7

Text Example


Text Example

White with #9B3AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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