Html Css Color HEX #9F3AD5 Dark Orchid

📋 copy color: '#9F3AD5'

red 159 ◦ green 58 ◦ blue 213

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

Shades of Dark Orchid #9F3AD5

Tints of Dark Orchid #9F3AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 49.53%

R = 36.98%
G = 13.49%
B = 49.53%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9F3AD5 (or 0x9F3AD5) is known color: Dark Orchid. HEX triplet: 9F, 3A and D5. RGB value is (159,58,213). Sum of RGB (Red+Green+Blue) = 159+58+213=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 213 (83.59% from 255 or 49.53% from 430); Max value from RGB is 213 - color contains mainly: blue. Hex color #9F3AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3AD5 is #60C52A. Grayscale: #696969. Windows color (decimal): -6341931 or 13974175. OLE color: 13974175.

HSL color Cylindrical-coordinate representation of color #9F3AD5: hue angle of 279.1º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F3AD5 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 58 213 -
CMYK 0.25 0.73 0 0.16
HSL 279.1º 0.65% 0.53% -
HSV(B) 279.1º 0.73% 0.84% -
XYZ 27.82 15.2 64.42 -
YUV 105.87 188.46 165.9 -
System Red Green Blue C M Y K H S L
Decimal 159 58 213 0.25 0.73 0 0.16 279.1 0.65 0.53
Hex 9F 3A D5 19 49 0 10 117 41 35
Octal 237 72 325 31 111 0 20 427 101 65
Binary 10011111 111010 11010101 11001 1001001 0 10000 100010111 1000001 110101

Color Harmonies of #9F3AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3AD5

Black with #9F3AD5

Text Example


Text Example

White with #9F3AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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