Html Css Color HEX #9F3CCF Dark Orchid

📋 copy color: '#9F3CCF'

red 159 ◦ green 60 ◦ blue 207

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

Shades of Dark Orchid #9F3CCF

Tints of Dark Orchid #9F3CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.08%

 BLUE value IS 207 (81.25% from 255) = 48.59%

R = 37.32%
G = 14.08%
B = 48.59%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F3CCF (or 0x9F3CCF) is known color: Dark Orchid. HEX triplet: 9F, 3C and CF. RGB value is (159,60,207). Sum of RGB (Red+Green+Blue) = 159+60+207=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F3CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3CCF is #60C330. Grayscale: #696969. Windows color (decimal): -6341425 or 13581471. OLE color: 13581471.

HSL color Cylindrical-coordinate representation of color #9F3CCF: hue angle of 280.41º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F3CCF is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 60 207 -
CMYK 0.23 0.71 0 0.19
HSL 280.41º 0.6% 0.52% -
HSV(B) 280.41º 0.71% 0.81% -
XYZ 27.18 15.11 60.52 -
YUV 106.36 184.8 165.55 -
System Red Green Blue C M Y K H S L
Decimal 159 60 207 0.23 0.71 0 0.19 280.41 0.6 0.52
Hex 9F 3C CF 17 47 0 13 118 3C 34
Octal 237 74 317 27 107 0 23 430 74 64
Binary 10011111 111100 11001111 10111 1000111 0 10011 100011000 111100 110100

Color Harmonies of #9F3CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3CCF

Black with #9F3CCF

Text Example


Text Example

White with #9F3CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,60,207); }

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

background-color css

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

 a { background-color: rgb(159,60,207); }

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

border-color css

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

 span { border-color: rgb(159,60,207); }

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