Html Css Color HEX #963ACF Dark Orchid

📋 copy color: '#963ACF'

red 150 ◦ green 58 ◦ blue 207

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

Shades of Dark Orchid #963ACF

Tints of Dark Orchid #963ACF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.98%

 BLUE value IS 207 (81.25% from 255) = 49.88%

R = 36.14%
G = 13.98%
B = 49.88%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#963ACF (or 0x963ACF) is known color: Dark Orchid. HEX triplet: 96, 3A and CF. RGB value is (150,58,207). Sum of RGB (Red+Green+Blue) = 150+58+207=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #963ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963ACF is #69C530. Grayscale: #656565. Windows color (decimal): -6931761 or 13580950. OLE color: 13580950.

HSL color Cylindrical-coordinate representation of color #963ACF: hue angle of 277.05º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #963ACF is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 58 207 -
CMYK 0.28 0.72 0 0.19
HSL 277.05º 0.61% 0.52% -
HSV(B) 277.05º 0.72% 0.81% -
XYZ 25.35 14.02 60.4 -
YUV 102.49 186.98 161.88 -
System Red Green Blue C M Y K H S L
Decimal 150 58 207 0.28 0.72 0 0.19 277.05 0.61 0.52
Hex 96 3A CF 1C 48 0 13 115 3D 34
Octal 226 72 317 34 110 0 23 425 75 64
Binary 10010110 111010 11001111 11100 1001000 0 10011 100010101 111101 110100

Color Harmonies of #963ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963ACF

Black with #963ACF

Text Example


Text Example

White with #963ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,58,207); }

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

background-color css

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

 a { background-color: rgb(150,58,207); }

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

border-color css

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

 span { border-color: rgb(150,58,207); }

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