Html Css Color HEX #9C3FBE Dark Orchid

📋 copy color: '#9C3FBE'

red 156 ◦ green 63 ◦ blue 190

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

Shades of Dark Orchid #9C3FBE

Tints of Dark Orchid #9C3FBE

RGB

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

 GREEN value IS 63 (25% from 255) = 15.4%

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

R = 38.14%
G = 15.4%
B = 46.45%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C3FBE (or 0x9C3FBE) is known color: Dark Orchid. HEX triplet: 9C, 3F and BE. RGB value is (156,63,190). Sum of RGB (Red+Green+Blue) = 156+63+190=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C3FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3FBE is #63C041. Grayscale: #686868. Windows color (decimal): -6537282 or 12468124. OLE color: 12468124.

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

Color convert

RGB 156 63 190 -
CMYK 0.18 0.67 0 0.25
HSL 283.94º 0.5% 0.5% -
HSV(B) 283.94º 0.67% 0.75% -
XYZ 24.78 14.34 50.18 -
YUV 105.29 175.81 164.17 -
System Red Green Blue C M Y K H S L
Decimal 156 63 190 0.18 0.67 0 0.25 283.94 0.5 0.5
Hex 9C 3F BE 12 43 0 19 11C 32 32
Octal 234 77 276 22 103 0 31 434 62 62
Binary 10011100 111111 10111110 10010 1000011 0 11001 100011100 110010 110010

Color Harmonies of #9C3FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3FBE

Black with #9C3FBE

Text Example


Text Example

White with #9C3FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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