Html Css Color HEX #9F37CA Dark Orchid

📋 copy color: '#9F37CA'

red 159 ◦ green 55 ◦ blue 202

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

Shades of Dark Orchid #9F37CA

Tints of Dark Orchid #9F37CA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.22%

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

R = 38.22%
G = 13.22%
B = 48.56%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9F37CA (or 0x9F37CA) is known color: Dark Orchid. HEX triplet: 9F, 37 and CA. RGB value is (159,55,202). Sum of RGB (Red+Green+Blue) = 159+55+202=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F37CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F37CA is #60C835. Grayscale: #666666. Windows color (decimal): -6342710 or 13252511. OLE color: 13252511.

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

Color convert

RGB 159 55 202 -
CMYK 0.21 0.73 0 0.21
HSL 282.45º 0.58% 0.5% -
HSV(B) 282.45º 0.73% 0.79% -
XYZ 26.32 14.37 57.26 -
YUV 102.85 183.96 168.05 -
System Red Green Blue C M Y K H S L
Decimal 159 55 202 0.21 0.73 0 0.21 282.45 0.58 0.5
Hex 9F 37 CA 15 49 0 15 11A 3A 32
Octal 237 67 312 25 111 0 25 432 72 62
Binary 10011111 110111 11001010 10101 1001001 0 10101 100011010 111010 110010

Color Harmonies of #9F37CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F37CA

Black with #9F37CA

Text Example


Text Example

White with #9F37CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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