Html Css Color HEX #9F2BBE Dark Orchid

📋 copy color: '#9F2BBE'

red 159 ◦ green 43 ◦ blue 190

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

Shades of Dark Orchid #9F2BBE

Tints of Dark Orchid #9F2BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.97%

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 40.56%
G = 10.97%
B = 48.47%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F2BBE (or 0x9F2BBE) is known color: Dark Orchid. HEX triplet: 9F, 2B and BE. RGB value is (159,43,190). Sum of RGB (Red+Green+Blue) = 159+43+190=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F2BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2BBE is #60D441. Grayscale: #5D5D5D. Windows color (decimal): -6345794 or 12463007. OLE color: 12463007.

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

Color convert

RGB 159 43 190 -
CMYK 0.16 0.77 0 0.25
HSL 287.35º 0.63% 0.46% -
HSV(B) 287.35º 0.77% 0.75% -
XYZ 24.46 12.82 49.9 -
YUV 94.44 181.93 174.05 -
System Red Green Blue C M Y K H S L
Decimal 159 43 190 0.16 0.77 0 0.25 287.35 0.63 0.46
Hex 9F 2B BE 10 4D 0 19 11F 3F 2E
Octal 237 53 276 20 115 0 31 437 77 56
Binary 10011111 101011 10111110 10000 1001101 0 11001 100011111 111111 101110

Color Harmonies of #9F2BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2BBE

Black with #9F2BBE

Text Example


Text Example

White with #9F2BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,43,190); }

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

background-color css

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

 a { background-color: rgb(159,43,190); }

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

border-color css

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

 span { border-color: rgb(159,43,190); }

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