Html Css Color HEX #9F26DE Dark Orchid

📋 copy color: '#9F26DE'

red 159 ◦ green 38 ◦ blue 222

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

Shades of Dark Orchid #9F26DE

Tints of Dark Orchid #9F26DE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.07%

 BLUE value IS 222 (87.11% from 255) = 52.98%

R = 37.95%
G = 9.07%
B = 52.98%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F26DE (or 0x9F26DE) is known color: Dark Orchid. HEX triplet: 9F, 26 and DE. RGB value is (159,38,222). Sum of RGB (Red+Green+Blue) = 159+38+222=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F26DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F26DE is #60D921. Grayscale: #5E5E5E. Windows color (decimal): -6347042 or 14558879. OLE color: 14558879.

HSL color Cylindrical-coordinate representation of color #9F26DE: hue angle of 279.46º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F26DE is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 38 222 -
CMYK 0.28 0.83 0 0.13
HSL 279.46º 0.74% 0.51% -
HSV(B) 279.46º 0.83% 0.87% -
XYZ 28.18 14.03 70.33 -
YUV 95.16 199.59 173.54 -
System Red Green Blue C M Y K H S L
Decimal 159 38 222 0.28 0.83 0 0.13 279.46 0.74 0.51
Hex 9F 26 DE 1C 53 0 D 117 4A 33
Octal 237 46 336 34 123 0 15 427 112 63
Binary 10011111 100110 11011110 11100 1010011 0 1101 100010111 1001010 110011

Color Harmonies of #9F26DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F26DE

Black with #9F26DE

Text Example


Text Example

White with #9F26DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,38,222); }

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

background-color css

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

 a { background-color: rgb(159,38,222); }

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

border-color css

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

 span { border-color: rgb(159,38,222); }

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