Html Css Color HEX #9F42CD Dark Orchid

📋 copy color: '#9F42CD'

red 159 ◦ green 66 ◦ blue 205

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

Shades of Dark Orchid #9F42CD

Tints of Dark Orchid #9F42CD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.35%

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 36.98%
G = 15.35%
B = 47.67%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F42CD (or 0x9F42CD) is known color: Dark Orchid. HEX triplet: 9F, 42 and CD. RGB value is (159,66,205). Sum of RGB (Red+Green+Blue) = 159+66+205=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F42CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F42CD is #60BD32. Grayscale: #6D6D6D. Windows color (decimal): -6339891 or 13451935. OLE color: 13451935.

HSL color Cylindrical-coordinate representation of color #9F42CD: hue angle of 280.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F42CD is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 66 205 -
CMYK 0.22 0.68 0 0.20
HSL 280.14º 0.58% 0.53% -
HSV(B) 280.14º 0.68% 0.8% -
XYZ 27.27 15.68 59.35 -
YUV 109.65 181.81 163.2 -
System Red Green Blue C M Y K H S L
Decimal 159 66 205 0.22 0.68 0 0.20 280.14 0.58 0.53
Hex 9F 42 CD 16 44 0 14 118 3A 35
Octal 237 102 315 26 104 0 24 430 72 65
Binary 10011111 1000010 11001101 10110 1000100 0 10100 100011000 111010 110101

Color Harmonies of #9F42CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F42CD

Black with #9F42CD

Text Example


Text Example

White with #9F42CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,66,205); }

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

background-color css

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

 a { background-color: rgb(159,66,205); }

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

border-color css

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

 span { border-color: rgb(159,66,205); }

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