Html Css Color HEX #9C2FBE Dark Orchid

📋 copy color: '#9C2FBE'

red 156 ◦ green 47 ◦ blue 190

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

Shades of Dark Orchid #9C2FBE

Tints of Dark Orchid #9C2FBE

RGB

 RED value IS 156 (61.33% from 255) = 39.69%

 GREEN value IS 47 (18.75% from 255) = 11.96%

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

R = 39.69%
G = 11.96%
B = 48.35%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C2FBE (or 0x9C2FBE) is known color: Dark Orchid. HEX triplet: 9C, 2F and BE. RGB value is (156,47,190). Sum of RGB (Red+Green+Blue) = 156+47+190=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C2FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2FBE is #63D041. Grayscale: #5F5F5F. Windows color (decimal): -6541378 or 12464028. OLE color: 12464028.

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

Color convert

RGB 156 47 190 -
CMYK 0.18 0.75 0 0.25
HSL 285.73º 0.6% 0.46% -
HSV(B) 285.73º 0.75% 0.75% -
XYZ 24.02 12.82 49.92 -
YUV 95.89 181.11 170.87 -
System Red Green Blue C M Y K H S L
Decimal 156 47 190 0.18 0.75 0 0.25 285.73 0.6 0.46
Hex 9C 2F BE 12 4B 0 19 11E 3C 2E
Octal 234 57 276 22 113 0 31 436 74 56
Binary 10011100 101111 10111110 10010 1001011 0 11001 100011110 111100 101110

Color Harmonies of #9C2FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2FBE

Black with #9C2FBE

Text Example


Text Example

White with #9C2FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,47,190); }

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

background-color css

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

 a { background-color: rgb(156,47,190); }

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

border-color css

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

 span { border-color: rgb(156,47,190); }

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