Html Css Color HEX #9F42CA Dark Orchid

📋 copy color: '#9F42CA'

red 159 ◦ green 66 ◦ blue 202

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

Shades of Dark Orchid #9F42CA

Tints of Dark Orchid #9F42CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.31%

R = 37.24%
G = 15.46%
B = 47.31%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9F42CA (or 0x9F42CA) is known color: Dark Orchid. HEX triplet: 9F, 42 and CA. RGB value is (159,66,202). Sum of RGB (Red+Green+Blue) = 159+66+202=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F42CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F42CA is #60BD35. Grayscale: #6C6C6C. Windows color (decimal): -6339894 or 13255327. OLE color: 13255327.

HSL color Cylindrical-coordinate representation of color #9F42CA: hue angle of 281.03º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F42CA is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 66 202 -
CMYK 0.21 0.67 0 0.21
HSL 281.03º 0.56% 0.53% -
HSV(B) 281.03º 0.67% 0.79% -
XYZ 26.91 15.53 57.46 -
YUV 109.31 180.31 163.44 -
System Red Green Blue C M Y K H S L
Decimal 159 66 202 0.21 0.67 0 0.21 281.03 0.56 0.53
Hex 9F 42 CA 15 43 0 15 119 38 35
Octal 237 102 312 25 103 0 25 431 70 65
Binary 10011111 1000010 11001010 10101 1000011 0 10101 100011001 111000 110101

Color Harmonies of #9F42CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F42CA

Black with #9F42CA

Text Example


Text Example

White with #9F42CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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