Html Css Color HEX #961CCD Dark Orchid

📋 copy color: '#961CCD'

red 150 ◦ green 28 ◦ blue 205

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

Shades of Dark Orchid #961CCD

Tints of Dark Orchid #961CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.31%

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 39.16%
G = 7.31%
B = 53.52%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#961CCD (or 0x961CCD) is known color: Dark Orchid. HEX triplet: 96, 1C and CD. RGB value is (150,28,205). Sum of RGB (Red+Green+Blue) = 150+28+205=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #961CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961CCD is #69E332. Grayscale: #545454. Windows color (decimal): -6939443 or 13442198. OLE color: 13442198.

HSL color Cylindrical-coordinate representation of color #961CCD: hue angle of 281.36º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #961CCD is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 28 205 -
CMYK 0.27 0.86 0 0.20
HSL 281.36º 0.76% 0.46% -
HSV(B) 281.36º 0.86% 0.8% -
XYZ 24.01 11.72 58.75 -
YUV 84.66 195.92 174.61 -
System Red Green Blue C M Y K H S L
Decimal 150 28 205 0.27 0.86 0 0.20 281.36 0.76 0.46
Hex 96 1C CD 1B 56 0 14 119 4C 2E
Octal 226 34 315 33 126 0 24 431 114 56
Binary 10010110 11100 11001101 11011 1010110 0 10100 100011001 1001100 101110

Color Harmonies of #961CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961CCD

Black with #961CCD

Text Example


Text Example

White with #961CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961CCD; }

 p { color: rgb(150,28,205); }

 H1.HeaderClassName
 {
   color: #961CCD;
 }
 .AnyTagClassName
 {
   color: #961CCD;
 }
</style>

background-color css

<style>
 a { background-color: #961CCD; }

 a { background-color: rgb(150,28,205); }

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

border-color css

<style>
 span { border-color: #961CCD; }

 span { border-color: rgb(150,28,205); }

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