Html Css Color HEX #9F3DD3 Dark Orchid

📋 copy color: '#9F3DD3'

red 159 ◦ green 61 ◦ blue 211

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

Shades of Dark Orchid #9F3DD3

Tints of Dark Orchid #9F3DD3

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.15%

 BLUE value IS 211 (82.81% from 255) = 48.96%

R = 36.89%
G = 14.15%
B = 48.96%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9F3DD3 (or 0x9F3DD3) is known color: Dark Orchid. HEX triplet: 9F, 3D and D3. RGB value is (159,61,211). Sum of RGB (Red+Green+Blue) = 159+61+211=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 211 (82.81% from 255 or 48.96% from 431); Max value from RGB is 211 - color contains mainly: blue. Hex color #9F3DD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3DD3 is #60C22C. Grayscale: #6A6A6A. Windows color (decimal): -6341165 or 13843871. OLE color: 13843871.

HSL color Cylindrical-coordinate representation of color #9F3DD3: hue angle of 279.2º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F3DD3 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 159 61 211 -
CMYK 0.25 0.71 0 0.17
HSL 279.2º 0.63% 0.53% -
HSV(B) 279.2º 0.71% 0.83% -
XYZ 27.72 15.41 63.14 -
YUV 107.4 186.47 164.8 -
System Red Green Blue C M Y K H S L
Decimal 159 61 211 0.25 0.71 0 0.17 279.2 0.63 0.53
Hex 9F 3D D3 19 47 0 11 117 3F 35
Octal 237 75 323 31 107 0 21 427 77 65
Binary 10011111 111101 11010011 11001 1000111 0 10001 100010111 111111 110101

Color Harmonies of #9F3DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3DD3

Black with #9F3DD3

Text Example


Text Example

White with #9F3DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,61,211); }

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

background-color css

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

 a { background-color: rgb(159,61,211); }

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

border-color css

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

 span { border-color: rgb(159,61,211); }

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