Html Css Color HEX #961CCA Dark Orchid

📋 copy color: '#961CCA'

red 150 ◦ green 28 ◦ blue 202

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

Shades of Dark Orchid #961CCA

Tints of Dark Orchid #961CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.16%

R = 39.47%
G = 7.37%
B = 53.16%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#961CCA (or 0x961CCA) is known color: Dark Orchid. HEX triplet: 96, 1C and CA. RGB value is (150,28,202). Sum of RGB (Red+Green+Blue) = 150+28+202=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #961CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961CCA is #69E335. Grayscale: #535353. Windows color (decimal): -6939446 or 13245590. OLE color: 13245590.

HSL color Cylindrical-coordinate representation of color #961CCA: hue angle of 282.07º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #961CCA is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 28 202 -
CMYK 0.26 0.86 0 0.21
HSL 282.07º 0.76% 0.45% -
HSV(B) 282.07º 0.86% 0.79% -
XYZ 23.65 11.58 56.87 -
YUV 84.31 194.42 174.85 -
System Red Green Blue C M Y K H S L
Decimal 150 28 202 0.26 0.86 0 0.21 282.07 0.76 0.45
Hex 96 1C CA 1A 56 0 15 11A 4C 2D
Octal 226 34 312 32 126 0 25 432 114 55
Binary 10010110 11100 11001010 11010 1010110 0 10101 100011010 1001100 101101

Color Harmonies of #961CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961CCA

Black with #961CCA

Text Example


Text Example

White with #961CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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