Html Css Color HEX #9C96FD Portage

📋 copy color: '#9C96FD'

red 156 ◦ green 150 ◦ blue 253

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

Shades of Portage #9C96FD

Tints of Portage #9C96FD

RGB

 RED value IS 156 (61.33% from 255) = 27.91%

 GREEN value IS 150 (58.98% from 255) = 26.83%

 BLUE value IS 253 (99.22% from 255) = 45.26%

R = 27.91%
G = 26.83%
B = 45.26%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9C96FD (or 0x9C96FD) is known color: Portage. HEX triplet: 9C, 96 and FD. RGB value is (156,150,253). Sum of RGB (Red+Green+Blue) = 156+150+253=559 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.91% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C96FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C96FD is #636902. Grayscale: #A3A3A3. Windows color (decimal): -6514947 or 16619164. OLE color: 16619164.

HSL color Cylindrical-coordinate representation of color #9C96FD: hue angle of 243.5º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C96FD is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 156 150 253 -
CMYK 0.38 0.41 0 0.01
HSL 243.5º 0.96% 0.79% -
HSV(B) 243.5º 0.41% 0.99% -
XYZ 42.35 35.97 97.64 -
YUV 163.54 178.49 122.62 -
System Red Green Blue C M Y K H S L
Decimal 156 150 253 0.38 0.41 0 0.01 243.5 0.96 0.79
Hex 9C 96 FD 26 29 0 1 F3 60 4F
Octal 234 226 375 46 51 0 1 363 140 117
Binary 10011100 10010110 11111101 100110 101001 0 1 11110011 1100000 1001111

Color Harmonies of #9C96FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C96FD

Black with #9C96FD

Text Example


Text Example

White with #9C96FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C96FD; }

 p { color: rgb(156,150,253); }

 H1.HeaderClassName
 {
   color: #9C96FD;
 }
 .AnyTagClassName
 {
   color: #9C96FD;
 }
</style>

background-color css

<style>
 a { background-color: #9C96FD; }

 a { background-color: rgb(156,150,253); }

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

border-color css

<style>
 span { border-color: #9C96FD; }

 span { border-color: rgb(156,150,253); }

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