Html Css Color HEX #963EBC Dark Orchid

📋 copy color: '#963EBC'

red 150 ◦ green 62 ◦ blue 188

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

Shades of Dark Orchid #963EBC

Tints of Dark Orchid #963EBC

RGB

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

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

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

R = 37.5%
G = 15.5%
B = 47%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#963EBC (or 0x963EBC) is known color: Dark Orchid. HEX triplet: 96, 3E and BC. RGB value is (150,62,188). Sum of RGB (Red+Green+Blue) = 150+62+188=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #963EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963EBC is #69C143. Grayscale: #666666. Windows color (decimal): -6930756 or 12336790. OLE color: 12336790.

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

Color convert

RGB 150 62 188 -
CMYK 0.20 0.67 0 0.26
HSL 281.9º 0.5% 0.49% -
HSV(B) 281.9º 0.67% 0.74% -
XYZ 23.38 13.56 48.96 -
YUV 102.68 176.15 161.75 -
System Red Green Blue C M Y K H S L
Decimal 150 62 188 0.20 0.67 0 0.26 281.9 0.5 0.49
Hex 96 3E BC 14 43 0 1A 11A 32 31
Octal 226 76 274 24 103 0 32 432 62 61
Binary 10010110 111110 10111100 10100 1000011 0 11010 100011010 110010 110001

Color Harmonies of #963EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963EBC

Black with #963EBC

Text Example


Text Example

White with #963EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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