Html Css Color HEX #963BDA Dark Orchid

📋 copy color: '#963BDA'

red 150 ◦ green 59 ◦ blue 218

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

Shades of Dark Orchid #963BDA

Tints of Dark Orchid #963BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.82%

 BLUE value IS 218 (85.55% from 255) = 51.05%

R = 35.13%
G = 13.82%
B = 51.05%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#963BDA (or 0x963BDA) is known color: Dark Orchid. HEX triplet: 96, 3B and DA. RGB value is (150,59,218). Sum of RGB (Red+Green+Blue) = 150+59+218=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #963BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963BDA is #69C425. Grayscale: #676767. Windows color (decimal): -6931494 or 14302102. OLE color: 14302102.

HSL color Cylindrical-coordinate representation of color #963BDA: hue angle of 274.34º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #963BDA is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 59 218 -
CMYK 0.31 0.73 0 0.15
HSL 274.34º 0.68% 0.54% -
HSV(B) 274.34º 0.73% 0.85% -
XYZ 26.8 14.67 67.75 -
YUV 104.34 192.15 160.57 -
System Red Green Blue C M Y K H S L
Decimal 150 59 218 0.31 0.73 0 0.15 274.34 0.68 0.54
Hex 96 3B DA 1F 49 0 F 112 44 36
Octal 226 73 332 37 111 0 17 422 104 66
Binary 10010110 111011 11011010 11111 1001001 0 1111 100010010 1000100 110110

Color Harmonies of #963BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963BDA

Black with #963BDA

Text Example


Text Example

White with #963BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,59,218); }

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

background-color css

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

 a { background-color: rgb(150,59,218); }

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

border-color css

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

 span { border-color: rgb(150,59,218); }

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