Html Css Color HEX #9A8CCF Cold Purple

📋 copy color: '#9A8CCF'

red 154 ◦ green 140 ◦ blue 207

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

Shades of Cold Purple #9A8CCF

Tints of Cold Purple #9A8CCF

RGB

 RED value IS 154 (60.55% from 255) = 30.74%

 GREEN value IS 140 (55.08% from 255) = 27.94%

 BLUE value IS 207 (81.25% from 255) = 41.32%

R = 30.74%
G = 27.94%
B = 41.32%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A8CCF (or 0x9A8CCF) is known color: Cold Purple. HEX triplet: 9A, 8C and CF. RGB value is (154,140,207). Sum of RGB (Red+Green+Blue) = 154+140+207=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A8CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8CCF is #657330. Grayscale: #979797. Windows color (decimal): -6648625 or 13601946. OLE color: 13601946.

HSL color Cylindrical-coordinate representation of color #9A8CCF: hue angle of 252.54º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A8CCF is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 140 207 -
CMYK 0.26 0.32 0 0.19
HSL 252.54º 0.41% 0.68% -
HSV(B) 252.54º 0.32% 0.81% -
XYZ 33.97 30.13 63.06 -
YUV 151.82 159.14 129.55 -
System Red Green Blue C M Y K H S L
Decimal 154 140 207 0.26 0.32 0 0.19 252.54 0.41 0.68
Hex 9A 8C CF 1A 20 0 13 FD 29 44
Octal 232 214 317 32 40 0 23 375 51 104
Binary 10011010 10001100 11001111 11010 100000 0 10011 11111101 101001 1000100

Color Harmonies of #9A8CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8CCF

Black with #9A8CCF

Text Example


Text Example

White with #9A8CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,140,207); }

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

background-color css

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

 a { background-color: rgb(154,140,207); }

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

border-color css

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

 span { border-color: rgb(154,140,207); }

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