Html Css Color HEX #9F3ACC Dark Orchid

📋 copy color: '#9F3ACC'

red 159 ◦ green 58 ◦ blue 204

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

Shades of Dark Orchid #9F3ACC

Tints of Dark Orchid #9F3ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.46%

R = 37.77%
G = 13.78%
B = 48.46%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9F3ACC (or 0x9F3ACC) is known color: Dark Orchid. HEX triplet: 9F, 3A and CC. RGB value is (159,58,204). Sum of RGB (Red+Green+Blue) = 159+58+204=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F3ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3ACC is #60C533. Grayscale: #686868. Windows color (decimal): -6341940 or 13384351. OLE color: 13384351.

HSL color Cylindrical-coordinate representation of color #9F3ACC: hue angle of 281.51º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F3ACC is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 58 204 -
CMYK 0.22 0.72 0 0.2
HSL 281.51º 0.59% 0.51% -
HSV(B) 281.51º 0.72% 0.8% -
XYZ 26.71 14.76 58.57 -
YUV 104.84 183.96 166.63 -
System Red Green Blue C M Y K H S L
Decimal 159 58 204 0.22 0.72 0 0.2 281.51 0.59 0.51
Hex 9F 3A CC 16 48 0 14 11A 3B 33
Octal 237 72 314 26 110 0 24 432 73 63
Binary 10011111 111010 11001100 10110 1001000 0 10100 100011010 111011 110011

Color Harmonies of #9F3ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3ACC

Black with #9F3ACC

Text Example


Text Example

White with #9F3ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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