Html Css Color HEX #9486CC Cold Purple

📋 copy color: '#9486CC'

red 148 ◦ green 134 ◦ blue 204

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

Shades of Cold Purple #9486CC

Tints of Cold Purple #9486CC

RGB

 RED value IS 148 (58.2% from 255) = 30.45%

 GREEN value IS 134 (52.73% from 255) = 27.57%

 BLUE value IS 204 (80.08% from 255) = 41.98%

R = 30.45%
G = 27.57%
B = 41.98%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9486CC (or 0x9486CC) is known color: Cold Purple. HEX triplet: 94, 86 and CC. RGB value is (148,134,204). Sum of RGB (Red+Green+Blue) = 148+134+204=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #9486CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9486CC is #6B7933. Grayscale: #919191. Windows color (decimal): -7043380 or 13403796. OLE color: 13403796.

HSL color Cylindrical-coordinate representation of color #9486CC: hue angle of 252º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9486CC is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 134 204 -
CMYK 0.27 0.34 0 0.2
HSL 252º 0.41% 0.66% -
HSV(B) 252º 0.34% 0.8% -
XYZ 31.64 27.71 60.81 -
YUV 146.17 160.64 129.31 -
System Red Green Blue C M Y K H S L
Decimal 148 134 204 0.27 0.34 0 0.2 252 0.41 0.66
Hex 94 86 CC 1B 22 0 14 FC 29 42
Octal 224 206 314 33 42 0 24 374 51 102
Binary 10010100 10000110 11001100 11011 100010 0 10100 11111100 101001 1000010

Color Harmonies of #9486CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9486CC

Black with #9486CC

Text Example


Text Example

White with #9486CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9486CC; }

 p { color: rgb(148,134,204); }

 H1.HeaderClassName
 {
   color: #9486CC;
 }
 .AnyTagClassName
 {
   color: #9486CC;
 }
</style>

background-color css

<style>
 a { background-color: #9486CC; }

 a { background-color: rgb(148,134,204); }

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

border-color css

<style>
 span { border-color: #9486CC; }

 span { border-color: rgb(148,134,204); }

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