Html Css Color HEX #9F22CB Dark Orchid

📋 copy color: '#9F22CB'

red 159 ◦ green 34 ◦ blue 203

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

Shades of Dark Orchid #9F22CB

Tints of Dark Orchid #9F22CB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.59%

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

R = 40.15%
G = 8.59%
B = 51.26%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F22CB (or 0x9F22CB) is known color: Dark Orchid. HEX triplet: 9F, 22 and CB. RGB value is (159,34,203). Sum of RGB (Red+Green+Blue) = 159+34+203=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 34 (13.67% from 255 or 8.59% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F22CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F22CB is #60DD34. Grayscale: #5A5A5A. Windows color (decimal): -6348085 or 13312671. OLE color: 13312671.

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

Color convert

RGB 159 34 203 -
CMYK 0.22 0.83 0 0.20
HSL 284.38º 0.71% 0.46% -
HSV(B) 284.38º 0.83% 0.8% -
XYZ 25.65 12.83 57.62 -
YUV 90.64 191.41 176.76 -
System Red Green Blue C M Y K H S L
Decimal 159 34 203 0.22 0.83 0 0.20 284.38 0.71 0.46
Hex 9F 22 CB 16 53 0 14 11C 47 2E
Octal 237 42 313 26 123 0 24 434 107 56
Binary 10011111 100010 11001011 10110 1010011 0 10100 100011100 1000111 101110

Color Harmonies of #9F22CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F22CB

Black with #9F22CB

Text Example


Text Example

White with #9F22CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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