Html Css Color HEX #9F26BC Dark Orchid

📋 copy color: '#9F26BC'

red 159 ◦ green 38 ◦ blue 188

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

Shades of Dark Orchid #9F26BC

Tints of Dark Orchid #9F26BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.83%

R = 41.3%
G = 9.87%
B = 48.83%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F26BC (or 0x9F26BC) is known color: Dark Orchid. HEX triplet: 9F, 26 and BC. RGB value is (159,38,188). Sum of RGB (Red+Green+Blue) = 159+38+188=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F26BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F26BC is #60D943. Grayscale: #5A5A5A. Windows color (decimal): -6347076 or 12330655. OLE color: 12330655.

HSL color Cylindrical-coordinate representation of color #9F26BC: hue angle of 288.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F26BC is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 38 188 -
CMYK 0.15 0.80 0 0.26
HSL 288.4º 0.66% 0.44% -
HSV(B) 288.4º 0.8% 0.74% -
XYZ 24.07 12.39 48.7 -
YUV 91.28 182.59 176.3 -
System Red Green Blue C M Y K H S L
Decimal 159 38 188 0.15 0.80 0 0.26 288.4 0.66 0.44
Hex 9F 26 BC F 50 0 1A 120 42 2C
Octal 237 46 274 17 120 0 32 440 102 54
Binary 10011111 100110 10111100 1111 1010000 0 11010 100100000 1000010 101100

Color Harmonies of #9F26BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F26BC

Black with #9F26BC

Text Example


Text Example

White with #9F26BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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