Html Css Color HEX #9F4CDA Dark Orchid

📋 copy color: '#9F4CDA'

red 159 ◦ green 76 ◦ blue 218

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

Shades of Dark Orchid #9F4CDA

Tints of Dark Orchid #9F4CDA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.78%

 BLUE value IS 218 (85.55% from 255) = 48.12%

R = 35.1%
G = 16.78%
B = 48.12%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9F4CDA (or 0x9F4CDA) is known color: Dark Orchid. HEX triplet: 9F, 4C and DA. RGB value is (159,76,218). Sum of RGB (Red+Green+Blue) = 159+76+218=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F4CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F4CDA is #60B325. Grayscale: #747474. Windows color (decimal): -6337318 or 14306463. OLE color: 14306463.

HSL color Cylindrical-coordinate representation of color #9F4CDA: hue angle of 275.07º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F4CDA is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 76 218 -
CMYK 0.27 0.65 0 0.15
HSL 275.07º 0.66% 0.58% -
HSV(B) 275.07º 0.65% 0.85% -
XYZ 29.54 17.6 68.17 -
YUV 117.01 185 157.95 -
System Red Green Blue C M Y K H S L
Decimal 159 76 218 0.27 0.65 0 0.15 275.07 0.66 0.58
Hex 9F 4C DA 1B 41 0 F 113 42 3A
Octal 237 114 332 33 101 0 17 423 102 72
Binary 10011111 1001100 11011010 11011 1000001 0 1111 100010011 1000010 111010

Color Harmonies of #9F4CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4CDA

Black with #9F4CDA

Text Example


Text Example

White with #9F4CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,76,218); }

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

background-color css

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

 a { background-color: rgb(159,76,218); }

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

border-color css

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

 span { border-color: rgb(159,76,218); }

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