Html Css Color HEX #9F3AB7 Dark Orchid

📋 copy color: '#9F3AB7'

red 159 ◦ green 58 ◦ blue 183

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

Shades of Dark Orchid #9F3AB7

Tints of Dark Orchid #9F3AB7

RGB

 RED value IS 159 (62.5% from 255) = 39.75%

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

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

R = 39.75%
G = 14.5%
B = 45.75%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9F3AB7 (or 0x9F3AB7) is known color: Dark Orchid. HEX triplet: 9F, 3A and B7. RGB value is (159,58,183). Sum of RGB (Red+Green+Blue) = 159+58+183=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 183 (71.88% from 255 or 45.75% from 400); Max value from RGB is 183 - color contains mainly: blue. Hex color #9F3AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3AB7 is #60C548. Grayscale: #666666. Windows color (decimal): -6341961 or 12008095. OLE color: 12008095.

HSL color Cylindrical-coordinate representation of color #9F3AB7: hue angle of 288.48º 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 #9F3AB7 is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 159 58 183 -
CMYK 0.13 0.68 0 0.28
HSL 288.48º 0.52% 0.47% -
HSV(B) 288.48º 0.68% 0.72% -
XYZ 24.36 13.82 46.18 -
YUV 102.45 173.46 168.34 -
System Red Green Blue C M Y K H S L
Decimal 159 58 183 0.13 0.68 0 0.28 288.48 0.52 0.47
Hex 9F 3A B7 D 44 0 1C 120 34 2F
Octal 237 72 267 15 104 0 34 440 64 57
Binary 10011111 111010 10110111 1101 1000100 0 11100 100100000 110100 101111

Color Harmonies of #9F3AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3AB7

Black with #9F3AB7

Text Example


Text Example

White with #9F3AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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