Html Css Color HEX #9485CA Cold Purple

📋 copy color: '#9485CA'

red 148 ◦ green 133 ◦ blue 202

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

Shades of Cold Purple #9485CA

Tints of Cold Purple #9485CA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.54%

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

R = 30.64%
G = 27.54%
B = 41.82%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9485CA (or 0x9485CA) is known color: Cold Purple. HEX triplet: 94, 85 and CA. RGB value is (148,133,202). Sum of RGB (Red+Green+Blue) = 148+133+202=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #9485CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9485CA is #6B7A35. Grayscale: #919191. Windows color (decimal): -7043638 or 13272468. OLE color: 13272468.

HSL color Cylindrical-coordinate representation of color #9485CA: hue angle of 253.04º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9485CA is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 133 202 -
CMYK 0.27 0.34 0 0.21
HSL 253.04º 0.39% 0.66% -
HSV(B) 253.04º 0.34% 0.79% -
XYZ 31.26 27.34 59.51 -
YUV 145.35 159.97 129.89 -
System Red Green Blue C M Y K H S L
Decimal 148 133 202 0.27 0.34 0 0.21 253.04 0.39 0.66
Hex 94 85 CA 1B 22 0 15 FD 27 42
Octal 224 205 312 33 42 0 25 375 47 102
Binary 10010100 10000101 11001010 11011 100010 0 10101 11111101 100111 1000010

Color Harmonies of #9485CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9485CA

Black with #9485CA

Text Example


Text Example

White with #9485CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9485CA; }

 p { color: rgb(148,133,202); }

 H1.HeaderClassName
 {
   color: #9485CA;
 }
 .AnyTagClassName
 {
   color: #9485CA;
 }
</style>

background-color css

<style>
 a { background-color: #9485CA; }

 a { background-color: rgb(148,133,202); }

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

border-color css

<style>
 span { border-color: #9485CA; }

 span { border-color: rgb(148,133,202); }

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