Html Css Color HEX #963EBF Dark Orchid

📋 copy color: '#963EBF'

red 150 ◦ green 62 ◦ blue 191

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

Shades of Dark Orchid #963EBF

Tints of Dark Orchid #963EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.39%

R = 37.22%
G = 15.38%
B = 47.39%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#963EBF (or 0x963EBF) is known color: Dark Orchid. HEX triplet: 96, 3E and BF. RGB value is (150,62,191). Sum of RGB (Red+Green+Blue) = 150+62+191=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 62 (24.61% from 255 or 15.38% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #963EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963EBF is #69C140. Grayscale: #666666. Windows color (decimal): -6930753 or 12533398. OLE color: 12533398.

HSL color Cylindrical-coordinate representation of color #963EBF: hue angle of 280.93º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #963EBF is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 62 191 -
CMYK 0.21 0.68 0 0.25
HSL 280.93º 0.51% 0.5% -
HSV(B) 280.93º 0.68% 0.75% -
XYZ 23.7 13.69 50.68 -
YUV 103.02 177.65 161.51 -
System Red Green Blue C M Y K H S L
Decimal 150 62 191 0.21 0.68 0 0.25 280.93 0.51 0.5
Hex 96 3E BF 15 44 0 19 119 33 32
Octal 226 76 277 25 104 0 31 431 63 62
Binary 10010110 111110 10111111 10101 1000100 0 11001 100011001 110011 110010

Color Harmonies of #963EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963EBF

Black with #963EBF

Text Example


Text Example

White with #963EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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