Html Css Color HEX #9F30D5 Dark Orchid

📋 copy color: '#9F30D5'

red 159 ◦ green 48 ◦ blue 213

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

Shades of Dark Orchid #9F30D5

Tints of Dark Orchid #9F30D5

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.43%

 BLUE value IS 213 (83.59% from 255) = 50.71%

R = 37.86%
G = 11.43%
B = 50.71%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9F30D5 (or 0x9F30D5) is known color: Dark Orchid. HEX triplet: 9F, 30 and D5. RGB value is (159,48,213). Sum of RGB (Red+Green+Blue) = 159+48+213=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 213 (83.59% from 255 or 50.71% from 420); Max value from RGB is 213 - color contains mainly: blue. Hex color #9F30D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F30D5 is #60CF2A. Grayscale: #636363. Windows color (decimal): -6344491 or 13971615. OLE color: 13971615.

HSL color Cylindrical-coordinate representation of color #9F30D5: hue angle of 280.36º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F30D5 is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 48 213 -
CMYK 0.25 0.77 0 0.16
HSL 280.36º 0.66% 0.51% -
HSV(B) 280.36º 0.77% 0.84% -
XYZ 27.37 14.29 64.27 -
YUV 100 191.77 170.08 -
System Red Green Blue C M Y K H S L
Decimal 159 48 213 0.25 0.77 0 0.16 280.36 0.66 0.51
Hex 9F 30 D5 19 4D 0 10 118 42 33
Octal 237 60 325 31 115 0 20 430 102 63
Binary 10011111 110000 11010101 11001 1001101 0 10000 100011000 1000010 110011

Color Harmonies of #9F30D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F30D5

Black with #9F30D5

Text Example


Text Example

White with #9F30D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,48,213); }

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

background-color css

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

 a { background-color: rgb(159,48,213); }

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

border-color css

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

 span { border-color: rgb(159,48,213); }

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