Html Css Color HEX #963EBD Dark Orchid

📋 copy color: '#963EBD'

red 150 ◦ green 62 ◦ blue 189

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

Shades of Dark Orchid #963EBD

Tints of Dark Orchid #963EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.13%

R = 37.41%
G = 15.46%
B = 47.13%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#963EBD (or 0x963EBD) is known color: Dark Orchid. HEX triplet: 96, 3E and BD. RGB value is (150,62,189). Sum of RGB (Red+Green+Blue) = 150+62+189=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #963EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963EBD is #69C142. Grayscale: #666666. Windows color (decimal): -6930755 or 12402326. OLE color: 12402326.

HSL color Cylindrical-coordinate representation of color #963EBD: hue angle of 281.57º degrees, saturation: 0.51, 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 #963EBD is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 62 189 -
CMYK 0.21 0.67 0 0.26
HSL 281.57º 0.51% 0.49% -
HSV(B) 281.57º 0.67% 0.74% -
XYZ 23.49 13.6 49.53 -
YUV 102.79 176.65 161.67 -
System Red Green Blue C M Y K H S L
Decimal 150 62 189 0.21 0.67 0 0.26 281.57 0.51 0.49
Hex 96 3E BD 15 43 0 1A 11A 33 31
Octal 226 76 275 25 103 0 32 432 63 61
Binary 10010110 111110 10111101 10101 1000011 0 11010 100011010 110011 110001

Color Harmonies of #963EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963EBD

Black with #963EBD

Text Example


Text Example

White with #963EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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