Html Css Color HEX #9F4BDF Dark Orchid

📋 copy color: '#9F4BDF'

red 159 ◦ green 75 ◦ blue 223

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

Shades of Dark Orchid #9F4BDF

Tints of Dark Orchid #9F4BDF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.41%

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 34.79%
G = 16.41%
B = 48.8%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F4BDF (or 0x9F4BDF) is known color: Dark Orchid. HEX triplet: 9F, 4B and DF. RGB value is (159,75,223). Sum of RGB (Red+Green+Blue) = 159+75+223=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 75 (29.69% from 255 or 16.41% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F4BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F4BDF is #60B420. Grayscale: #747474. Windows color (decimal): -6337569 or 14633887. OLE color: 14633887.

HSL color Cylindrical-coordinate representation of color #9F4BDF: hue angle of 274.05º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F4BDF is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 75 223 -
CMYK 0.29 0.66 0 0.13
HSL 274.05º 0.7% 0.58% -
HSV(B) 274.05º 0.66% 0.87% -
XYZ 30.13 17.73 71.65 -
YUV 116.99 187.83 157.97 -
System Red Green Blue C M Y K H S L
Decimal 159 75 223 0.29 0.66 0 0.13 274.05 0.7 0.58
Hex 9F 4B DF 1D 42 0 D 112 46 3A
Octal 237 113 337 35 102 0 15 422 106 72
Binary 10011111 1001011 11011111 11101 1000010 0 1101 100010010 1000110 111010

Color Harmonies of #9F4BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4BDF

Black with #9F4BDF

Text Example


Text Example

White with #9F4BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,75,223); }

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

background-color css

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

 a { background-color: rgb(159,75,223); }

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

border-color css

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

 span { border-color: rgb(159,75,223); }

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