Html Css Color HEX #963EBA Dark Orchid

📋 copy color: '#963EBA'

red 150 ◦ green 62 ◦ blue 186

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

Shades of Dark Orchid #963EBA

Tints of Dark Orchid #963EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 37.69%
G = 15.58%
B = 46.73%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#963EBA (or 0x963EBA) is known color: Dark Orchid. HEX triplet: 96, 3E and BA. RGB value is (150,62,186). Sum of RGB (Red+Green+Blue) = 150+62+186=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #963EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963EBA is #69C145. Grayscale: #666666. Windows color (decimal): -6930758 or 12205718. OLE color: 12205718.

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

Color convert

RGB 150 62 186 -
CMYK 0.19 0.67 0 0.27
HSL 282.58º 0.5% 0.49% -
HSV(B) 282.58º 0.67% 0.73% -
XYZ 23.16 13.47 47.83 -
YUV 102.45 175.15 161.92 -
System Red Green Blue C M Y K H S L
Decimal 150 62 186 0.19 0.67 0 0.27 282.58 0.5 0.49
Hex 96 3E BA 13 43 0 1B 11B 32 31
Octal 226 76 272 23 103 0 33 433 62 61
Binary 10010110 111110 10111010 10011 1000011 0 11011 100011011 110010 110001

Color Harmonies of #963EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963EBA

Black with #963EBA

Text Example


Text Example

White with #963EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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