Html Css Color HEX #963EC0 Dark Orchid

📋 copy color: '#963EC0'

red 150 ◦ green 62 ◦ blue 192

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

Shades of Dark Orchid #963EC0

Tints of Dark Orchid #963EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.52%

R = 37.13%
G = 15.35%
B = 47.52%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#963EC0 (or 0x963EC0) is known color: Dark Orchid. HEX triplet: 96, 3E and C0. RGB value is (150,62,192). Sum of RGB (Red+Green+Blue) = 150+62+192=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 62 (24.61% from 255 or 15.35% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #963EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963EC0 is #69C13F. Grayscale: #666666. Windows color (decimal): -6930752 or 12598934. OLE color: 12598934.

HSL color Cylindrical-coordinate representation of color #963EC0: hue angle of 280.62º 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 #963EC0 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 62 192 -
CMYK 0.22 0.68 0 0.25
HSL 280.62º 0.51% 0.5% -
HSV(B) 280.62º 0.68% 0.75% -
XYZ 23.81 13.74 51.27 -
YUV 103.13 178.15 161.43 -
System Red Green Blue C M Y K H S L
Decimal 150 62 192 0.22 0.68 0 0.25 280.62 0.51 0.5
Hex 96 3E C0 16 44 0 19 119 33 32
Octal 226 76 300 26 104 0 31 431 63 62
Binary 10010110 111110 11000000 10110 1000100 0 11001 100011001 110011 110010

Color Harmonies of #963EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963EC0

Black with #963EC0

Text Example


Text Example

White with #963EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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