Html Css Color HEX #9F26CB Dark Orchid

📋 copy color: '#9F26CB'

red 159 ◦ green 38 ◦ blue 203

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

Shades of Dark Orchid #9F26CB

Tints of Dark Orchid #9F26CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.75%

R = 39.75%
G = 9.5%
B = 50.75%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F26CB (or 0x9F26CB) is known color: Dark Orchid. HEX triplet: 9F, 26 and CB. RGB value is (159,38,203). Sum of RGB (Red+Green+Blue) = 159+38+203=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F26CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F26CB is #60D934. Grayscale: #5C5C5C. Windows color (decimal): -6347061 or 13313695. OLE color: 13313695.

HSL color Cylindrical-coordinate representation of color #9F26CB: hue angle of 284º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F26CB is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 38 203 -
CMYK 0.22 0.81 0 0.20
HSL 284º 0.68% 0.47% -
HSV(B) 284º 0.81% 0.8% -
XYZ 25.77 13.07 57.66 -
YUV 92.99 190.09 175.08 -
System Red Green Blue C M Y K H S L
Decimal 159 38 203 0.22 0.81 0 0.20 284 0.68 0.47
Hex 9F 26 CB 16 51 0 14 11C 44 2F
Octal 237 46 313 26 121 0 24 434 104 57
Binary 10011111 100110 11001011 10110 1010001 0 10100 100011100 1000100 101111

Color Harmonies of #9F26CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F26CB

Black with #9F26CB

Text Example


Text Example

White with #9F26CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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