Html Css Color HEX #9F45CA Dark Orchid

📋 copy color: '#9F45CA'

red 159 ◦ green 69 ◦ blue 202

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

Shades of Dark Orchid #9F45CA

Tints of Dark Orchid #9F45CA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.05%

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

R = 36.98%
G = 16.05%
B = 46.98%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9F45CA (or 0x9F45CA) is known color: Dark Orchid. HEX triplet: 9F, 45 and CA. RGB value is (159,69,202). Sum of RGB (Red+Green+Blue) = 159+69+202=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F45CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F45CA is #60BA35. Grayscale: #6E6E6E. Windows color (decimal): -6339126 or 13256095. OLE color: 13256095.

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

Color convert

RGB 159 69 202 -
CMYK 0.21 0.66 0 0.21
HSL 280.6º 0.56% 0.53% -
HSV(B) 280.6º 0.66% 0.79% -
XYZ 27.09 15.89 57.52 -
YUV 111.07 179.32 162.19 -
System Red Green Blue C M Y K H S L
Decimal 159 69 202 0.21 0.66 0 0.21 280.6 0.56 0.53
Hex 9F 45 CA 15 42 0 15 119 38 35
Octal 237 105 312 25 102 0 25 431 70 65
Binary 10011111 1000101 11001010 10101 1000010 0 10101 100011001 111000 110101

Color Harmonies of #9F45CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F45CA

Black with #9F45CA

Text Example


Text Example

White with #9F45CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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