Html Css Color HEX #963EBE Dark Orchid

📋 copy color: '#963EBE'

red 150 ◦ green 62 ◦ blue 190

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

Shades of Dark Orchid #963EBE

Tints of Dark Orchid #963EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 37.31%
G = 15.42%
B = 47.26%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#963EBE (or 0x963EBE) is known color: Dark Orchid. HEX triplet: 96, 3E and BE. RGB value is (150,62,190). Sum of RGB (Red+Green+Blue) = 150+62+190=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 62 (24.61% from 255 or 15.42% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #963EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963EBE is #69C141. Grayscale: #666666. Windows color (decimal): -6930754 or 12467862. OLE color: 12467862.

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

Color convert

RGB 150 62 190 -
CMYK 0.21 0.67 0 0.25
HSL 281.25º 0.51% 0.49% -
HSV(B) 281.25º 0.67% 0.75% -
XYZ 23.59 13.65 50.11 -
YUV 102.9 177.15 161.59 -
System Red Green Blue C M Y K H S L
Decimal 150 62 190 0.21 0.67 0 0.25 281.25 0.51 0.49
Hex 96 3E BE 15 43 0 19 119 33 31
Octal 226 76 276 25 103 0 31 431 63 61
Binary 10010110 111110 10111110 10101 1000011 0 11001 100011001 110011 110001

Color Harmonies of #963EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963EBE

Black with #963EBE

Text Example


Text Example

White with #963EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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