Html Css Color HEX #963EB9 Dark Orchid

📋 copy color: '#963EB9'

red 150 ◦ green 62 ◦ blue 185

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

Shades of Dark Orchid #963EB9

Tints of Dark Orchid #963EB9

RGB

 RED value IS 150 (58.98% from 255) = 37.78%

 GREEN value IS 62 (24.61% from 255) = 15.62%

 BLUE value IS 185 (72.66% from 255) = 46.6%

R = 37.78%
G = 15.62%
B = 46.6%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#963EB9 (or 0x963EB9) is known color: Dark Orchid. HEX triplet: 96, 3E and B9. RGB value is (150,62,185). Sum of RGB (Red+Green+Blue) = 150+62+185=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 185 - color contains mainly: blue. Hex color #963EB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963EB9 is #69C146. Grayscale: #656565. Windows color (decimal): -6930759 or 12140182. OLE color: 12140182.

HSL color Cylindrical-coordinate representation of color #963EB9: hue angle of 282.93º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #963EB9 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 62 185 -
CMYK 0.19 0.66 0 0.27
HSL 282.93º 0.5% 0.48% -
HSV(B) 282.93º 0.66% 0.73% -
XYZ 23.06 13.43 47.28 -
YUV 102.33 174.65 162 -
System Red Green Blue C M Y K H S L
Decimal 150 62 185 0.19 0.66 0 0.27 282.93 0.5 0.48
Hex 96 3E B9 13 42 0 1B 11B 32 30
Octal 226 76 271 23 102 0 33 433 62 60
Binary 10010110 111110 10111001 10011 1000010 0 11011 100011011 110010 110000

Color Harmonies of #963EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963EB9

Black with #963EB9

Text Example


Text Example

White with #963EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963EB9; }

 p { color: rgb(150,62,185); }

 H1.HeaderClassName
 {
   color: #963EB9;
 }
 .AnyTagClassName
 {
   color: #963EB9;
 }
</style>

background-color css

<style>
 a { background-color: #963EB9; }

 a { background-color: rgb(150,62,185); }

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

border-color css

<style>
 span { border-color: #963EB9; }

 span { border-color: rgb(150,62,185); }

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