Html Css Color HEX #9A3FBC Dark Orchid

📋 copy color: '#9A3FBC'

red 154 ◦ green 63 ◦ blue 188

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

Shades of Dark Orchid #9A3FBC

Tints of Dark Orchid #9A3FBC

RGB

 RED value IS 154 (60.55% from 255) = 38.02%

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

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 38.02%
G = 15.56%
B = 46.42%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9A3FBC (or 0x9A3FBC) is known color: Dark Orchid. HEX triplet: 9A, 3F and BC. RGB value is (154,63,188). Sum of RGB (Red+Green+Blue) = 154+63+188=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A3FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3FBC is #65C043. Grayscale: #686868. Windows color (decimal): -6668356 or 12337050. OLE color: 12337050.

HSL color Cylindrical-coordinate representation of color #9A3FBC: hue angle of 283.68º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A3FBC is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 63 188 -
CMYK 0.18 0.66 0 0.26
HSL 283.68º 0.5% 0.49% -
HSV(B) 283.68º 0.66% 0.74% -
XYZ 24.18 14.06 49.02 -
YUV 104.46 175.15 163.34 -
System Red Green Blue C M Y K H S L
Decimal 154 63 188 0.18 0.66 0 0.26 283.68 0.5 0.49
Hex 9A 3F BC 12 42 0 1A 11C 32 31
Octal 232 77 274 22 102 0 32 434 62 61
Binary 10011010 111111 10111100 10010 1000010 0 11010 100011100 110010 110001

Color Harmonies of #9A3FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3FBC

Black with #9A3FBC

Text Example


Text Example

White with #9A3FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,63,188); }

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

background-color css

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

 a { background-color: rgb(154,63,188); }

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

border-color css

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

 span { border-color: rgb(154,63,188); }

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